[PATCH] D66456: [DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors (concat_vectors X, Y), undef)) -> (concat_vectors X, Y, undef, undef)
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 15:14:57 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369459: [DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors… (authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D66456?vs=216229&id=216266#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66456/new/
https://reviews.llvm.org/D66456
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
llvm/trunk/test/CodeGen/X86/oddshuffles.ll
llvm/trunk/test/CodeGen/X86/vec_saddo.ll
llvm/trunk/test/CodeGen/X86/vec_smulo.ll
llvm/trunk/test/CodeGen/X86/vec_ssubo.ll
llvm/trunk/test/CodeGen/X86/vec_uaddo.ll
llvm/trunk/test/CodeGen/X86/vec_umulo.ll
llvm/trunk/test/CodeGen/X86/vec_usubo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66456.216266.patch
Type: text/x-patch
Size: 32306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/b739cea0/attachment-0001.bin>
More information about the llvm-commits
mailing list