[PATCH] D93067: [AMDGPU] Use multi-dword flat scratch for spilling
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 10:51:26 PST 2020
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp:897
+ }
+ Desc = &TII->get(LoadStoreOp);
+
----------------
sebastian-ne wrote:
> Can this be moved into the if? I think LoadStoreOp doesn’t change otherwise.
It cannot. Desc is also modified at line 956 below in the same loop.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93067/new/
https://reviews.llvm.org/D93067
More information about the llvm-commits
mailing list