This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c3aa39881b [Hexagon] Add HasV5 predicate for compatibility with auto-g [...] new 4a9bb285e14 [MachineOutliner] Drop candidates that require fixups if it [...]
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: lib/Target/AArch64/AArch64InstrInfo.cpp | 29 +++++- .../CodeGen/AArch64/machine-outliner-all-stack.mir | 112 +++++++++++++++++++++ .../machine-outliner-compatible-candidates.mir | 103 +++++++++++++++++++ .../AArch64/machine-outliner-drop-stack.mir | 99 ++++++++++++++++++ 4 files changed, 338 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-outliner-all-stack.mir create mode 100644 test/CodeGen/AArch64/machine-outliner-compatible-candidates.mir create mode 100644 test/CodeGen/AArch64/machine-outliner-drop-stack.mir