Skip to content

ir3: emit uniform iadd3 as two adds

Job Noorman requested to merge jnoorman/mesa:ir3-sad-split-uniform into main

The sad instruction (used for iadd3) doesn't support the scalar ALU. This means we might fall back to non-earlypreamble whenever we use it in the preamble. Prevent this by emitting it as two adds instead.

Merge request reports

Loading