Skip to content

ir3: Use source in ir3_output_conv_src_type()

Connor Abbott requested to merge cwabbott0/mesa:ir3-reg-bugfix into main

This was incorrectly converted when splitting the regs array. Noticed by inspection.

Fixes: d3e08327 ("ir3/core: Switch to srcs/dsts arrays")

Merge request reports