[llvm] [AMDGPU] Add mark last scratch load pass (PR #75512)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 00:57:26 PST 2024
================
@@ -170,7 +170,7 @@ static void buildEpilogRestore(const GCNSubtarget &ST,
PtrInfo, MachineMemOperand::MOLoad, FrameInfo.getObjectSize(FI),
FrameInfo.getObjectAlign(FI));
TRI.buildSpillLoadStore(MBB, I, DL, Opc, FI, SpillReg, false, FrameReg,
- DwordOff, MMO, nullptr, &LiveUnits);
+ DwordOff, false, MMO, nullptr, &LiveUnits);
----------------
arsenm wrote:
Parameter name comment?
https://github.com/llvm/llvm-project/pull/75512
More information about the llvm-commits
mailing list