[llvm] [AMDGPU] Add writelane and readlane pseudos for SGPR spilling (PR #69923)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 19:20:50 PDT 2023


================
@@ -875,6 +875,25 @@ defm SI_SPILL_S384 : SI_SPILL_SGPR <SReg_384>;
 defm SI_SPILL_S512 : SI_SPILL_SGPR <SReg_512>;
 defm SI_SPILL_S1024 : SI_SPILL_SGPR <SReg_1024>;
 
+let SGPRSpill = 1 in {
----------------
arsenm wrote:

These should have identical properties to the underlying instructions 

https://github.com/llvm/llvm-project/pull/69923


More information about the llvm-commits mailing list