This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f17e9f7494 Write new tests for r362121 new 1c91b28c617 [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y [...] new 58c76e2b4ef [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> [...] new 97a393580c4 [DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (x [...] new 438582d3483 [DAGCombine] (x - C) - y -> (x - y) - C fold. Try 3 new f9fcbf5fb19 [DAGCombiner][X86][AArch64] (x - C) + y -> (x + y) - C f [...]
The 5 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 | 42 ++++++++++++++ test/CodeGen/AArch64/shift-amount-mod.ll | 10 ++-- test/CodeGen/AArch64/sink-addsub-of-const.ll | 36 ++++++------ 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/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 | 64 ++++++++++----------- test/CodeGen/X86/vector-idiv-sdiv-128.ll | 20 +++---- test/CodeGen/X86/vector-idiv-sdiv-256.ll | 16 +++--- test/CodeGen/X86/vector-idiv-sdiv-512.ll | 12 ++-- test/CodeGen/X86/xor.ll | 62 +++++++++++---------- test/CodeGen/X86/zext-sext.ll | 21 +++---- 16 files changed, 231 insertions(+), 196 deletions(-)