[PATCH] D22186: [SCCP] Add support for insertelement instructions
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 19:25:47 PDT 2016
davide created this revision.
davide added a reviewer: eli.friedman.
davide added a subscriber: llvm-commits.
The support was already there, but it was commented out, and didn't get some cases right, e.g. the one where either `idx` or `elt` being undef.
http://reviews.llvm.org/D22186
Files:
lib/Transforms/Scalar/SCCP.cpp
test/Transforms/SCCP/insertelement.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22186.63377.patch
Type: text/x-patch
Size: 4388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160709/9d072541/attachment.bin>
More information about the llvm-commits
mailing list