[PATCH] D95044: IR+AArch64: add `swiftasync` function parameter attribute
    Tim Northover via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 12 01:45:14 PDT 2021
    
    
  
t.p.northover added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:2907
+
+    int FrameIdx;
+    unsigned Size = RegInfo->getSpillSize(*RC);
----------------
jroelofs wrote:
> sink the declaration of `FrameIdx` to its definition.
Promise I have done this, I just forgot to save the file before committing when I uploaded the new diff.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95044/new/
https://reviews.llvm.org/D95044
    
    
More information about the llvm-commits
mailing list