Skip to content

nir: sort when printing phi sources

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

The order can be different each time a shader is compiled, because nir_convert_loop_to_lcssa/nir_convert_to_lcssa adds sources in the order of a block's predecessors.

Merge request reports