Skip to content

aco/insert_exec_mask: ensure top mask is not a temporary at loop exits

Rhys Perry requested to merge pendingchaos/mesa:aco_mask_exit_tmp into main

This is problematic when the successor of the loop exit is an invert block. It assumes that the top mask is Operand(bld.lm) and doesn't change it when entering the else branch.

Merge request reports