This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig in repository toolchain/ci/llvm-project.
from 6a24c9b9abd [DAGCombiner][X86][AArch64] (x - C) + y -> (x + y) - C fold adds 8c9b3e4e4a6 [DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (x [...] adds 76696654322 [DAGCombine] (x - C) - y -> (x - y) - C fold
No new revisions were added by this update.
Summary of changes: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 21 ++++++++ llvm/test/CodeGen/AArch64/sink-addsub-of-const.ll | 2 +- llvm/test/CodeGen/AArch64/xor.ll | 18 +++---- llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll | 19 +++---- llvm/test/CodeGen/X86/sink-addsub-of-const.ll | 4 +- llvm/test/CodeGen/X86/xor.ll | 62 ++++++++++++----------- 6 files changed, 72 insertions(+), 54 deletions(-)