This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0c25fcea2b [x86] add more tests for signbit math; NFC new 125191a9e0c [DAGCombiner] fold 'not' with signbit math new 6f446a56af7 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 45 ++++++++++++++ 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/CodeGen/AArch64/signbit-shift.ll | 34 +++++------ test/CodeGen/PowerPC/signbit-shift.ll | 21 +++---- test/CodeGen/X86/signbit-shift.ll | 43 +++++-------- 14 files changed, 181 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-outliner-default.mir