Skip to content

nir: Fix NULL deref in nir_print_instr() on i/o semantics.

Emma Anholt requested to merge anholt/mesa:nir-semantics-printing into master

In some debug code printing single instructions, I got segfaults since the intrinsic semantics work. Fix that, and then fix nir_print_instr more generally so that you get all the info you want.

@mareko

Merge request reports