Skip to content

aco/live_var_analysis: check isFixed() for definitions in order to set needs_vcc

Daniel Schürmann requested to merge daniel-schuermann/mesa:aco_precolored into main

What does this MR do and why?

aco/live_var_analysis: check isFixed() for definitions in order to set needs_vcc

In rare cases, it could happen that during post-RA validation,
live-var-analysis sets needs_vcc = false after if was true
before register allocation.

Fixes: bb5eace0dc60b176bbc258f389856ec1b4cb7410 ('aco/live_var_analysis: check for isPrecolored flag rather than isFixed')

Merge request reports

Loading