This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bc81028d48 [AArch64][v8.5A] Branch Target Identification code-generation pass new 764fdc0b3e2 [AArch64][v8.5A] Restrict indirect tail calls to use x16/17 [...] new 8a4fa4a92db [AArch64][v8.5A] Don't create BR instructions in outliner w [...]
The 2 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: lib/Target/AArch64/AArch64AsmPrinter.cpp | 1 + lib/Target/AArch64/AArch64FrameLowering.cpp | 3 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 10 ++++- lib/Target/AArch64/AArch64InstrInfo.td | 13 ++++++- lib/Target/AArch64/AArch64RegisterInfo.td | 6 +++ .../branch-target-enforcement-indirect-calls.ll | 25 ++++++++++++ test/CodeGen/AArch64/machine-outliner-bti.mir | 44 ++++++++++++++++++++++ 7 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/AArch64/branch-target-enforcement-indirect-calls.ll create mode 100644 test/CodeGen/AArch64/machine-outliner-bti.mir