Skip to content

lima/ir: print name of unsupported nir_op

Erico Nunes requested to merge enunes/mesa-lima:lima-18.1-nir-op-name into lima-18.1

lima ppir and gpir often hit unsupported alu nir_op instructions at this stage of development. Printing the raw nir_op is not very helpful, since the list of nir_op is an unnumbered enum that is generated during the build, so it's annoying to figure out what is the missing implementation. Just print the name as pointed out by cwabbott some time ago on IRC.

Signed-off-by: Erico Nunes nunes.erico@gmail.com

Merge request reports