[llvm] [AMDGPU] Add writelane and readlane pseudos for SGPR spilling (PR #69923)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 22:39:42 PDT 2023
ruiling wrote:
I think the change is necessary even without considering the context here. Basically we need to use a different opcode so that we can still differentiate the writelane for SGPR spill from the ones lowered from llvm.amdgcn.write.lane. See the test changes of the test: llvm/test/CodeGen/AMDGPU/spill-writelane-vgprs.ll
https://github.com/llvm/llvm-project/pull/69923
More information about the llvm-commits
mailing list