summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SLPVectorizer/X86/reduction.ll
Commit message (Expand)AuthorAgeFilesLines
* Temporarily Revert "[SLP] allow forming 2-way reduction patterns" and update ...Eric Christopher2019-11-201-10/+9
* [SLP] fix miscompile on min/max reductions with extra uses (PR43948) (2nd try)Sanjay Patel2019-11-191-2/+2
* [SLP] fix insertion point for min/max reductionSanjay Patel2019-11-191-1/+1
* [SLP] add test for reduction miscompile; NFCSanjay Patel2019-11-191-0/+30
* Temporarily revert "[SLP] fix miscompile on min/max reductions with extra use...Eric Christopher2019-11-181-1/+1
* [SLP] fix miscompile on min/max reductions with extra uses (PR43948)Sanjay Patel2019-11-131-1/+1
* [SLP] improve test readability; NFCSanjay Patel2019-11-131-6/+6
* [SLP] add test for miscompile with reduction (PR43948); NFCSanjay Patel2019-11-121-0/+55
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+70
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-70/+0
* [SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...Simon Pilgrim2019-03-251-1/+1
* [SLP]Update test checks for the SPL vectorizer, NFC.Alexey Bataev2019-01-111-4/+27
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-151-0/+3
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-151-3/+0
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-141-0/+3
* Remove some unused triple and data layout.Eric Christopher2013-04-141-3/+0
* Make the command line triple match the module triple.Nadav Rotem2013-04-141-1/+1
* Remove unused function attributes.Nadav Rotem2013-04-141-8/+3
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-141-0/+52
OpenPOWER on IntegriCloud