We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b00a58 commit c52cb96Copy full SHA for c52cb96
llvm/lib/Target/AMDGPU/SIInstructions.td
@@ -4404,7 +4404,7 @@ def G_AMDGPU_TBUFFER_LOAD_FORMAT_D16 : TBufferLoadGenericInstruction;
4404
4405
class D16LoadGenericInstruction : AMDGPUGenericInstruction {
4406
let OutOperandList = (outs type0:$dst);
4407
- let InOperandList = (ins ptype1:$addr);
+ let InOperandList = (ins ptype1:$addr, type0:$src);
4408
let hasSideEffects = 0;
4409
let mayLoad = 1;
4410
}
0 commit comments