This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 033636c6aa3 [ORC] Remove some dead code. new 5c806329ca4 [InstCombine] adjust shuffle undef propagation tests; NFC new 331a5ec7132 [InstCombine] don't propagate wider shufflevector arguments [...]
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: include/llvm/IR/Instructions.h | 12 +- .../InstCombine/InstCombineVectorOps.cpp | 3 +- .../InstCombine/stop_bad_undef_propagation.ll | 200 --------------------- test/Transforms/InstCombine/vec_shuffle.ll | 34 ++++ 4 files changed, 47 insertions(+), 202 deletions(-) delete mode 100644 test/Transforms/InstCombine/stop_bad_undef_propagation.ll