mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 05:50:11 +01:00
microsoft/compiler: invalidate loop analysis in dxil_nir_lower_double_math
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32005>
This commit is contained in:
parent
30473fd1e7
commit
3850f8b167
1 changed files with 1 additions and 2 deletions
|
|
@ -1174,8 +1174,7 @@ dxil_nir_lower_double_math(nir_shader *shader)
|
|||
{
|
||||
return nir_shader_instructions_pass(shader,
|
||||
dxil_nir_lower_double_math_instr,
|
||||
nir_metadata_control_flow |
|
||||
nir_metadata_loop_analysis,
|
||||
nir_metadata_control_flow,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue