[llvm] [AMDGPU] When allocating VGPRs, VGPR spills are not part of the prologue (PR #109439)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 01:04:59 PDT 2024


================
@@ -8884,8 +8884,9 @@ bool SIInstrInfo::isBasicBlockPrologue(const MachineInstr &MI,
   // FIXME: Copies inserted in the block prolog for live-range split should also
----------------
cdevadas wrote:

This FIXME isn't relevant anymore. We are including only the SGPR spills to the prolog.

https://github.com/llvm/llvm-project/pull/109439


More information about the llvm-commits mailing list