This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 09845fd [X86][SSE] Added vector sdiv combine tests new 413fdf3 [InstCombine] Resubmit the combine of A->B->A BitCast and fix [...]
The 1 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/Transforms/InstCombine/InstCombineCasts.cpp | 127 +++++++++++++++++++++++ lib/Transforms/InstCombine/InstCombineInternal.h | 1 + test/Transforms/InstCombine/pr25342.ll | 93 +++++++++++++++++ test/Transforms/InstCombine/pr27703.ll | 20 ++++ test/Transforms/InstCombine/pr27996.ll | 41 ++++++++ 5 files changed, 282 insertions(+) create mode 100644 test/Transforms/InstCombine/pr25342.ll create mode 100644 test/Transforms/InstCombine/pr27703.ll create mode 100644 test/Transforms/InstCombine/pr27996.ll