summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double an...Jinsong Ji2020-01-061-6/+9
* [PowerPC][LoopVectorize] Add tests for fp128 and fp16Jinsong Ji2020-01-031-0/+58
* [PowerPC][LoopVectorize]Add floating point reg usage testJinsong Ji2019-12-271-0/+91
* [PowerPC] Add missing legalization for vector BSWAPNemanja Ivanovic2019-12-171-0/+97
* recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...Zi Xuan Wu2019-10-121-0/+129
* Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...Jinsong Ji2019-10-081-179/+0
* [NFC] Add REQUIRES for r374017 in testcaseZi Xuan Wu2019-10-081-0/+1
* [LoopVectorize][PowerPC] Estimate int and float register pressure separately ...Zi Xuan Wu2019-10-081-0/+178
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* Initial support for IBM MASS vector libraryNemanja Ivanovic2019-06-054-0/+1795
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-178-0/+456
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-178-456/+0
* [ppc] Correctly compute the cost of loading 32/64 bit memory into VSRGuozhi Wei2016-12-031-0/+140
* [LV] Scalarize instructions marked scalar after vectorizationMatthew Simpson2016-09-262-3/+3
* Recommit the patch "Use uniforms set to populate VecValuesToIgnore".Wei Mi2016-07-191-1/+1
* Revert rL275912.Wei Mi2016-07-181-1/+1
* Use uniforms set to populate VecValuesToIgnore.Wei Mi2016-07-181-1/+1
* [InstCombine] scalarizePHI should not assume the code it sees has been CSE'dMichael Kuperstein2016-06-061-1/+1
* [LV] For some IVs, use vector phis instead of widening in the loop bodyMichael Kuperstein2016-06-011-1/+1
* [LoopVectorize] Don't vectorize loops when everything will be scalarizedHal Finkel2016-03-301-0/+62
* Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson2016-02-262-2/+6
* [LV] Fix PR26600: avoid out of bounds loads for interleaved access vectorizationSilviu Baranga2016-02-191-1/+7
* [PowerPC] Enable interleaved-access vectorizationHal Finkel2015-09-041-0/+30
* [PowerPC] Always use aggressive interleaving on the A2Hal Finkel2015-09-031-0/+40
* Do not restrict interleaved unrolling to small loops, depending on the target.Olivier Sallenave2015-03-061-0/+73
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-272-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-272-4/+4
* Check interleaving without relying on debug output.Olivier Sallenave2015-02-131-3/+14
* llvm/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll REQUIRES +Assert...NAKAMURA Takumi2015-02-131-0/+1
* Change max interleave factor to 12 for POWER7 and POWER8.Olivier Sallenave2015-02-121-0/+35
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* [LoopVectorizer] Count dependencies of consecutive pointers as uniformsHal Finkel2014-04-022-0/+55
OpenPOWER on IntegriCloud