The assembly printing of these is still missing the encoding size
suffix, but this will be fixed in a later commit.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
1163 | No, because the assembler can infer the encoding size from the operands of V_MOV_B32. V_NOP needs that, otherwise it will default to using the 64-bit encoding. |
This could use a comment explaining it