[PATCH] D91110: [AMDGPU] Remove scratch rsrc from spill pseudos
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 07:00:32 PST 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:1391-1393
+ if (Register ScratchRSrcReg = MFI->getScratchRSrcReg()) {
+ MIB.addReg(ScratchRSrcReg, RegState::Implicit);
+ }
----------------
I don't see why this would be conditional, or why this would need to be added
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91110/new/
https://reviews.llvm.org/D91110
More information about the llvm-commits
mailing list