This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b362b6e [X86][SSE] Added and+or+zext combine tests for known bits of vectors new 56463dd [X86][SSE] Added or combine tests for known bits of vectors new 959abb8 Regenerate vector bitcast folding tests using update_test_checks.py.
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: test/CodeGen/X86/combine-or.ll | 51 +++++++++ test/Transforms/InstCombine/bitcast-vec-uniform.ll | 70 ------------ test/Transforms/InstCombine/bitcast-vector-fold.ll | 38 ------- .../Transforms/InstSimplify/bitcast-vector-fold.ll | 125 +++++++++++++++++++++ 4 files changed, 176 insertions(+), 108 deletions(-) delete mode 100644 test/Transforms/InstCombine/bitcast-vec-uniform.ll delete mode 100644 test/Transforms/InstCombine/bitcast-vector-fold.ll create mode 100644 test/Transforms/InstSimplify/bitcast-vector-fold.ll