This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71f3f90b04c Fix some size_t / uint32_t mismatched comparisons. new ae1871f4dd0 [x86] add more tests for horizontal ops; NFC new 2439f12f310 [MachineOutliner] Recommit r312194, missed optimization remarks
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/MachineOutliner.cpp | 37 +++++- test/CodeGen/AArch64/machine-outliner-remarks.ll | 73 +++++++++++ test/CodeGen/X86/haddsub-shuf.ll | 159 +++++++++++++++++++++++ test/CodeGen/X86/haddsub.ll | 19 --- 4 files changed, 268 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-outliner-remarks.ll create mode 100644 test/CodeGen/X86/haddsub-shuf.ll