[PATCH] D115551: [AMDGPU] Do not reserve any VGPR for SGPR spills

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 07:59:29 PST 2021


sebastian-ne added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp:306
 
+        // FIXME: We can run out of free registers with spilit allocation if
+        // IPRA is enabled and a called function already uses every VGPR.
----------------
Typo: spilit


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115551/new/

https://reviews.llvm.org/D115551



More information about the llvm-commits mailing list