These instructions can add an immediate offset to the address, like other
ds instructions.
Details
Diff Detail
Event Timeline
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
833 | All of the ds patterns are stand-alone patterns and they use an SDNodeXForm to convert the immediate to a target immediate. I couldn't get SDNodeXForm to work with the instruction's pattern, so I had to change this here. | |
lib/Target/AMDGPU/SIInstrInfo.td | ||
2752–2753 | The operand name is 'offset' for the single offset instructions. |
Indentation