[PATCH] D93067: [AMDGPU] Use multi-dword flat scratch for spilling

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 01:53:21 PST 2020


sebastian-ne added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp:897
+    }
+    Desc = &TII->get(LoadStoreOp);
+
----------------
Can this be moved into the if? I think LoadStoreOp doesn’t change otherwise.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93067/new/

https://reviews.llvm.org/D93067



More information about the llvm-commits mailing list