This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f24c4662b3b [SLPVectorizer] Add extra parameter to setInsertPointAfterB [...] new 6eef5df328e [InstCombine] Support vector splats in foldSelectICmpAnd. new c5136a32820 [InstCombine] Teach the code that pulls logical operators t [...] new e9e9a558ffc [InstCombine] Fold (C - X) ^ signmask -> (C + signmask - X).
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 17 ++++--- lib/Transforms/InstCombine/InstCombineSelect.cpp | 38 ++++++++------ lib/Transforms/InstCombine/InstCombineShifts.cpp | 8 +-- test/Transforms/InstCombine/pr17827.ll | 6 +-- .../InstCombine/select-with-bitwise-ops.ll | 59 ++++++++++++++++++++++ test/Transforms/InstCombine/vector-casts.ll | 4 +- test/Transforms/InstCombine/xor.ll | 9 ++++ 7 files changed, 111 insertions(+), 30 deletions(-)