Skip to content

ir3/ra: Fix arrays + live range splitting

Connor Abbott requested to merge cwabbott0/mesa:review/ir3-ra-array-fix into main

The important commit is the second one, the first one is some printing fixup I encountered while trying to debug this. It turns out that live range splitting was broken with arrays, but this was rare enough that it was only noticed with the trace of a game.

Merge request reports