This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea66136bc88 [SLC] Test simplification of pow(x, 0.333...) to cbrt(x) (NFC) new 8ab74e6b402 [InstCombine] [NFC] [Tests] Fold Select with AND/OR condition new 031332e7888 Recommit "Enable MachineOutliner by default under -Oz for AArch64"
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/AArch64InstrInfo.cpp | 5 + lib/Target/AArch64/AArch64InstrInfo.h | 1 + lib/Target/AArch64/AArch64TargetMachine.cpp | 3 + test/CodeGen/AArch64/O3-pipeline.ll | 2 + test/CodeGen/AArch64/arm64-memset-to-bzero.ll | 6 +- test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll | 8 +- test/CodeGen/AArch64/cond-sel.ll | 4 +- test/CodeGen/AArch64/machine-outliner-default.mir | 71 ++++ test/CodeGen/AArch64/machine-outliner-flags.ll | 8 +- test/CodeGen/AArch64/max-jump-table.ll | 1 + test/Transforms/InstCombine/select-and-cmp.ll | 400 ++++++++++++++++++++ test/Transforms/InstCombine/select-or-cmp.ll | 402 +++++++++++++++++++++ 12 files changed, 899 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-outliner-default.mir create mode 100644 test/Transforms/InstCombine/select-and-cmp.ll create mode 100644 test/Transforms/InstCombine/select-or-cmp.ll