This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21c581accc8 [NFC][ARM][ParallelDSP] Refactor narrow sequence new ed880bf1d64 [DAGCombine] Revert of recommit of "binop-with-const hoisti [...] new 4599584ea3d [NFC][Codegen] Add better test coverage for potential add/s [...]
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 | 34 -- test/CodeGen/AArch64/addsub-constant-folding.ll | 455 ++++++++++++++++ test/CodeGen/AArch64/shift-amount-mod.ll | 10 +- test/CodeGen/AArch64/sink-addsub-of-const.ll | 30 +- test/CodeGen/AArch64/vec_add.ll | 126 ----- test/CodeGen/AArch64/xor.ll | 18 +- test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll | 14 +- test/CodeGen/SPARC/2013-05-17-CallFrame.ll | 5 +- test/CodeGen/SystemZ/alloca-03.ll | 11 +- test/CodeGen/X86/addsub-constant-folding.ll | 657 ++++++++++++++++++++++++ test/CodeGen/X86/combine-add.ll | 4 +- test/CodeGen/X86/ragreedy-hoist-spill.ll | 83 ++- test/CodeGen/X86/shift-amount-mod.ll | 9 +- test/CodeGen/X86/sink-addsub-of-const.ll | 52 +- test/CodeGen/X86/vec_add.ll | 166 ------ test/CodeGen/X86/xor.ll | 62 ++- test/CodeGen/X86/zext-sext.ll | 21 +- 17 files changed, 1275 insertions(+), 482 deletions(-) create mode 100644 test/CodeGen/AArch64/addsub-constant-folding.ll delete mode 100644 test/CodeGen/AArch64/vec_add.ll create mode 100644 test/CodeGen/X86/addsub-constant-folding.ll delete mode 100644 test/CodeGen/X86/vec_add.ll