[PATCH] D67681: [AArch64][GlobalISel] Support lowering musttail calls

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 15:12:06 PDT 2019


paquette updated this revision to Diff 220757.
paquette added a comment.

Add test verifying that we fall back to SelectionDAG and die when a musttail call is not lowered as a tail call.


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

https://reviews.llvm.org/D67681

Files:
  llvm/lib/Target/AArch64/AArch64CallLowering.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll
  llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
  llvm/test/CodeGen/AArch64/vararg-tallcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67681.220757.patch
Type: text/x-patch
Size: 5632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190918/ca43ceea/attachment.bin>


More information about the llvm-commits mailing list