Skip to content

nir: keep the phi order when splitting blocks

All things being equal is better to keep the original order. Since the new block is empty, push the phis in order to tail.

Merge request reports