mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-05 12:30:40 +02:00
radv/rt: correctly preserve metadata in move_rt_instructions
This should invalidate nir_metadata_live_defs. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33354>
This commit is contained in:
parent
0a04200ba7
commit
ecd122ddb8
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ move_rt_instructions(nir_shader *shader)
|
|||
}
|
||||
}
|
||||
|
||||
nir_metadata_preserve(nir_shader_get_entrypoint(shader), nir_metadata_all & (~nir_metadata_instr_index));
|
||||
nir_metadata_preserve(nir_shader_get_entrypoint(shader), nir_metadata_control_flow);
|
||||
}
|
||||
|
||||
static VkResult
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue