This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 815278b2cd8 [SystemZ] Handle SADDO et.al. and ADD/SUBCARRY new 7a3b1c9910a [InstCombine][NFC] Add tests for unfolding masked merge wit [...] new fa71b55bb99 [InstCombine] Unfold masked merge with constant mask
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: lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 16 +- .../unfold-masked-merge-with-const-mask-scalar.ll | 289 +++++++++++++++++ .../unfold-masked-merge-with-const-mask-vector.ll | 350 +++++++++++++++++++++ 3 files changed, 654 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/InstCombine/unfold-masked-merge-with-const-mask [...] create mode 100644 test/Transforms/InstCombine/unfold-masked-merge-with-const-mask [...]