This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c578b9b40a0 [DAG] Fix and-mask folding when narrowing loads. new 105d2e890f9 [DAG] Don't map a TableId to itself in the ReplacedValues map new cb219d00892 [SLPVectorizer] Move isOneOf after InstructionsState type. NFCI. new 19357eaea4f Remove a redundant initialization. NFC
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/CodeGen/SelectionDAG/LegalizeTypes.cpp | 7 +- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 3 +- lib/MC/MCParser/AsmParser.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 142 ++++++++++++++--------------- test/CodeGen/X86/legalize-types-remapid.ll | 16 ++++ 5 files changed, 95 insertions(+), 75 deletions(-) create mode 100644 test/CodeGen/X86/legalize-types-remapid.ll