This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cddbff02d13 [IfConversion] Fix diamond conversion with unanalyzable branches. new 65b3d314454 Recommit "[AArch64][GlobalISel] Teach AArch64CallLowering t [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/GlobalISel/CallLowering.h | 7 + lib/CodeGen/GlobalISel/CallLowering.cpp | 4 +- lib/Target/AArch64/AArch64CallLowering.cpp | 193 +++++++++++++++++++- lib/Target/AArch64/AArch64CallLowering.h | 4 + .../GlobalISel/call-translator-tail-call.ll | 195 +++++++++++++++++++++ .../branch-target-enforcement-indirect-calls.ll | 3 + 6 files changed, 398 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll