Skip to content

aco: execute branch instructions in WQM if necessary

Daniel Schürmann requested to merge daniel-schuermann/mesa:aco_wqm into master

It could happen that only the branch condition was computed in WQM and not the branch instruction. There is now some rendundancy which should be cleaned up.

Fixes: 3817fa7a ('aco: fix WQM handling in nested loops')

Fixes #3276 (closed)

Totals from 138 (0.10% of 138014) affected shaders:
SMEM: 6172 -> 6158 (-0.23%)
Edited by Daniel Schürmann

Merge request reports

Loading