[PATCH] D67189: [AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sibling calls
    Francis Visoiu Mistrih via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep  4 11:28:54 PDT 2019
    
    
  
thegameg added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64CallLowering.cpp:562
+      Info.IsTailCall && isEligibleForTailCallOptimization(MIRBuilder, Info);
+  if (IsSibCall)
+    MF.getFrameInfo().setHasTailCall();
----------------
Is this worth a remark?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67189/new/
https://reviews.llvm.org/D67189
    
    
More information about the llvm-commits
mailing list