This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc915ed Add test cases for (trunc adde) DAGCombiner patterns. NFC new d85a542 [DAGCombiner] In visitINSERT_VECTOR_ELT, move check for BUILD [...] new eff9145 [DAGCombiner] Use DAG.getAnyExtOrTrunc to simplify some code. NFC new 156f3b7 [DAGCombiner] Canonicalize the order of a chain of INSERT_SUB [...] new 7a4069d [X86] Simplify the code that turns INSERT_SUBVECTOR into BLEN [...] new 1cfb6c6 [X86] Add support for folding (insert_subvector vec1, (extrac [...]
The 5 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 | 42 ++++++++++++++++------- lib/Target/X86/X86ISelLowering.cpp | 54 ++++++++++++++++++------------ test/CodeGen/X86/avx-vperm2x128.ll | 3 +- test/CodeGen/X86/avx512-mask-op.ll | 34 +++++++++---------- test/CodeGen/X86/vector-shuffle-256-v16.ll | 3 +- test/CodeGen/X86/vector-shuffle-256-v32.ll | 3 +- 6 files changed, 81 insertions(+), 58 deletions(-)