[PATCH] D67189: [AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sibling calls

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 11:47:45 PDT 2019


paquette marked an inline comment as done.
paquette added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64CallLowering.cpp:562
+      Info.IsTailCall && isEligibleForTailCallOptimization(MIRBuilder, Info);
+  if (IsSibCall)
+    MF.getFrameInfo().setHasTailCall();
----------------
thegameg wrote:
> Is this worth a remark?
Yeah, that's a good idea!


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

https://reviews.llvm.org/D67189





More information about the llvm-commits mailing list