summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/vec_phi_extract.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+107
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-107/+0
* [InstCombine] Support ~(c-X) --> X+(-c-1) and ~(X-c) --> (-c-1)-X for splat v...Craig Topper2017-08-061-1/+1
* [InstCombine] narrow truncated add/sub/mul with constantSanjay Patel2017-08-041-1/+1
* [InstCombine] scalarizePHI should not assume the code it sees has been CSE'dMichael Kuperstein2016-06-061-5/+60
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...Benjamin Kramer2014-01-191-1/+1
* Fix broken CHECK lines.Benjamin Kramer2014-01-111-1/+1
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-241-0/+25
* Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer2013-04-181-0/+27
OpenPOWER on IntegriCloud