[PATCH] D66680: [DAGCombiner][X86] Teach SimplifyVBinOp to fold VBinOp (concat X, undef/constant), (concat Y, undef/constant) -> concat (VBinOp X, Y), VecC
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 11:08:38 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369937: [DAGCombiner][X86] Teach SimplifyVBinOp to fold VBinOp (concat X… (authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D66680?vs=217071&id=217204#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66680/new/
https://reviews.llvm.org/D66680
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/X86/madd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66680.217204.patch
Type: text/x-patch
Size: 5864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190826/a48697f3/attachment.bin>
More information about the llvm-commits
mailing list