This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 1bf795160f3 [InstrSimplify,NewGVN] Add option to ignore additional inst [...] adds 46146670291 [NewGVN] Add tests for r340031. adds af922fde219 [X86] Fix liveness information when expanding X86::EH_SjLj_ [...] adds 12b9cde1952 [x86] Fix test breaking on Darwin after r339962
No new revisions were added by this update.
Summary of changes: lib/Target/X86/X86ISelLowering.cpp | 29 +++-- test/CodeGen/X86/instr-symbols.mir | 2 +- test/CodeGen/X86/sjlj-shadow-stack-liveness.mir | 35 ++++++ test/Transforms/NewGVN/flags-simplify.ll | 100 +++++++++++++++ test/Transforms/NewGVN/metadata-simplify.ll | 160 ++++++++++++++++++++++++ 5 files changed, 318 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/sjlj-shadow-stack-liveness.mir create mode 100644 test/Transforms/NewGVN/flags-simplify.ll create mode 100644 test/Transforms/NewGVN/metadata-simplify.ll