Fixes: SWDEV-288006
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
4678–4692 | Why can't you use the same hack as is used for AGPR returns? |
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
4678–4692 | How does it help here? The RC is selected correctly, but then operand folding substritutes odd subreg. For that reason I have to handlle it in the isOperandLegal() (here). Remove this code and test gws_init_odd_agpr will fail. |
Why can't you use the same hack as is used for AGPR returns?