[llvm] [AMDGPU][WIP] Optimize SGPR spills (PR #93668)
Christudasan Devadasan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 07:20:15 PDT 2024
================
@@ -284,9 +284,8 @@ void SILowerSGPRSpills::extendWWMVirtRegLiveness(MachineFunction &MF,
MFI->setFlag(Reg, AMDGPU::VirtRegFlag::WWM_REG);
// Set SGPR_SPILL asm printer flag
MIB->setAsmPrinterFlag(AMDGPU::SGPR_SPILL);
- if (LIS) {
+ if (LIS)
----------------
cdevadas wrote:
Revert this change. Make sure you don't introduce unwanted changes in any file. Preview once before committing the code changes.
https://github.com/llvm/llvm-project/pull/93668
More information about the llvm-commits
mailing list