[PATCH] D67681: [AArch64][GlobalISel] Support lowering musttail calls
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 14:32:49 PDT 2019
aemerson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64CallLowering.cpp:872
+ // There are types of incoming/outgoing arguments we can't handle yet, so
+ // it doesn't make sense to actually die here like in ISelLowering. Instead,
+ // fall back to SelectionDAG and let it try to handle this.
----------------
Do we have a test case for this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67681/new/
https://reviews.llvm.org/D67681
More information about the llvm-commits
mailing list