summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/intrinsic.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+1357
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-1357/+0
* [VectorUtils] add funnel-shifts to the list of vectorizable intrinsicsSanjay Patel2018-11-121-2/+2
* [LoopVectorize] add tests for funnel shifts; NFCSanjay Patel2018-11-121-0/+52
* [LoopVectorize] Loop vectorization for minimum and maximumThomas Lively2018-10-191-0/+56
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-1/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-61/+61
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-105/+105
* Add minnum / maxnum intrinsicsMatt Arsenault2014-10-211-0/+56
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...Karthik Bhat2014-05-301-0/+102
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-231-20/+53
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-211-3/+28
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+53
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+52
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-33/+33
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-021-84/+78
* LoopVectorize: Vectorize math builtin calls.Benjamin Kramer2013-02-271-0/+24
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-091-1/+1
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-051-1/+1
* LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-251-0/+60
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-091-0/+851
OpenPOWER on IntegriCloud