This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa8f011 [PowerPC] Remove InstAlias definitions that cause incorrect assembly new aae639e [DAGCombiner] Fix infinite loop in vector mul/shl combining
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 21 +++-- test/CodeGen/AArch64/dag-combine-mul-shl.ll | 117 ++++++++++++++++++++++++++++ test/CodeGen/X86/shift-pcmp.ll | 6 +- 4 files changed, 134 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/AArch64/dag-combine-mul-shl.ll