[llvm] AMDGPU: Move attributor into optimization pipeline (PR #83131)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 06:49:43 PST 2024
================
@@ -678,6 +678,12 @@ void SIFrameLowering::emitEntryFunctionPrologue(MachineFunction &MF,
break;
}
}
+
+ // FIXME: We can spill incoming arguments and restore at the end of the
+ // prolog.
+ if (!ScratchWaveOffsetReg)
----------------
shiltian wrote:
Is this change related?
https://github.com/llvm/llvm-project/pull/83131
More information about the llvm-commits
mailing list