This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f24949cb9d0 gn build: Merge r370985 new d74809ef32c [AArch64][GlobalISel] Teach AArch64CallLowering to handle b [...]
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 | 176 ++++++++++++++++++++- lib/Target/AArch64/AArch64CallLowering.h | 4 + .../GlobalISel/call-translator-tail-call.ll | 134 ++++++++++++++++ .../branch-target-enforcement-indirect-calls.ll | 3 + test/CodeGen/AArch64/dllimport.ll | 2 +- 7 files changed, 321 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll