This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a9a01614aa Convert PointerUnion to a variadic template. new db8503e5ea2 Revert r360859: "Reland r360771 "[MergeICmps] Simplify the code."" new 71efe3e09f2 [SystemZ] Bugfix in SystemZTargetLowering::combineIntDIVREM()
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/Target/SystemZ/SystemZISelLowering.cpp | 2 +- lib/Transforms/Scalar/MergeICmps.cpp | 295 ++++++++++----------- test/CodeGen/PowerPC/memcmp-mergeexpand.ll | 2 +- test/CodeGen/SystemZ/vec-rem.ll | 13 + test/CodeGen/X86/memcmp-mergeexpand.ll | 4 +- .../MergeICmps/X86/alias-merge-blocks.ll | 15 +- .../MergeICmps/X86/entry-block-shuffled.ll | 52 ++-- .../MergeICmps/X86/multiple-blocks-does-work.ll | 18 +- test/Transforms/MergeICmps/X86/pair-int32-int32.ll | 29 +- .../MergeICmps/X86/split-block-does-work.ll | 15 +- 10 files changed, 229 insertions(+), 216 deletions(-) create mode 100644 test/CodeGen/SystemZ/vec-rem.ll