summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/insert-extract-shuffle.ll
Commit message (Collapse)AuthorAgeFilesLines
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-071-0/+37
Sequences of insertelement/extractelements are sometimes used to build vectorsr; this code tries to put them back together into shuffles, but could only produce a completely uniform shuffle types (<N x T> from two <N x T> sources). This should allow shuffles with different numbers of elements on the input and output sides as well. llvm-svn: 203229
OpenPOWER on IntegriCloud