summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SLPVectorizer/X86/consecutive-access.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [SLP] limit vectorization of Constant subclasses (PR33958)Sanjay Patel2019-09-151-6/+9
* [SLP] add test for vectorization of constant expressions; NFCSanjay Patel2019-09-131-0/+13
* [SLP] add test for over-vectorization (PR33958); NFCSanjay Patel2019-09-091-0/+16
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+556
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-556/+0
* [SLP]Update test checks for the SPL vectorizer, NFC.Alexey Bataev2019-01-111-18/+237
* [SCEV] Add [zs]ext{C,+,x} -> (D + [zs]ext{C-D,+,x})<nuw><nsw> transformRoman Tereshin2018-07-251-0/+162
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-20/+20
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-20/+20
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-1/+1
* Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) andMichael Zolotukhin2014-05-241-0/+175
OpenPOWER on IntegriCloud