You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMDGPU] Fix op_sel settings for v_cvt_scale32_* and v_cvt_sr_* (llvm#151286)
For OPF_OPSEL_SRCBYTE: Vector instruction uses OPSEL[1:0] to specify a
byte select for the first source operand. So op_sel [0, 0], [1, 0], [0, 1]
and [1, 1] should map to byte 0, 1, 2 and 3, respectively.
NOTE: This cherry-pick also includes llvm#151411
Fixes: SWDEV-544901
0 commit comments