Skip to content

aco: ignore the ACO-inserted continue in create_continue_phis()

Rhys Perry requested to merge pendingchaos/mesa:aco_rpcs3_vertex_fix into master

Otherwise, for loops without continue_or_break, create_continue_phis() always returns an undef operand.

Merge request reports