This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bf795160f3 [InstrSimplify,NewGVN] Add option to ignore additional inst [...] new 46146670291 [NewGVN] Add tests for r340031. new af922fde219 [X86] Fix liveness information when expanding X86::EH_SjLj_ [...] new 12b9cde1952 [x86] Fix test breaking on Darwin after r339962
The 3 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/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