Skip to content

ir3/legalize: Fix helper propagation with b.any/b.all/getone

Connor Abbott requested to merge cwabbott0/mesa:review/ir3-fix-helper-sched into main

What does this MR do and why?

ir3/legalize: Fix helper propagation with b.any/b.all/getone

We need to set uses_helpers_beginning in order to propagate it to
predecessor blocks.

Fixes: aa322a37fcb ("ir3: Implement helper invocation optimization")

Merge request reports