Skip to content

aco: Don't use vcmpx with DPP.

Georg Lehmann requested to merge DadSchoorse/mesa:aco-no-vcmpx-dpp into main

According to the ISA docs the behavior may be unexpected when exec isn't -1.

Fixes: baab6f18 ("aco: Optimize branching sequence during SSA elimination.")

Merge request reports