Skip to content

aco/optimizer_postRA: Remove a check from SCC no-compare optimization.

Timur Kristóf requested to merge Venemo/mesa:aco_scc_nocompare_fix into main

Not all code paths of this optimization depend on there being only one user of the first operand; and those code paths already have their own check for this.

Merge request reports