summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/vector-concat-binop.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+282
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-282/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* [InstCombine] narrow binops on concatenated vectors (PR33026)Sanjay Patel2018-09-251-47/+48
| | | | | | | | | The motivating case from: https://bugs.llvm.org/show_bug.cgi?id=33026 ...has no shuffles now. This kind of pattern may occur during vectorization when targets have lumpy ISAs like SSE/AVX. llvm-svn: 342988
* [InstCombine] add tests for vector concat with binop (PR33026); NFCSanjay Patel2018-09-201-0/+281
llvm-svn: 342665
OpenPOWER on IntegriCloud