summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SLPVectorizer/X86/reduction_unrolled.ll
Commit message (Expand)AuthorAgeFilesLines
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-291-33/+2
* Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...Jordan Rupprecht2019-09-261-2/+33
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-231-33/+2
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+352
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-352/+0
* [CostModel][X86] Fix overcounting arithmetic cost in illegal types in getArit...Craig Topper2018-12-071-2/+2
* [TTI] Reduction costs only need to include a single extract element cost (REA...Simon Pilgrim2018-12-011-166/+89
* Revert "[TTI] Reduction costs only need to include a single extract element c...Fedor Sergeev2018-11-261-89/+166
* [TTI] Reduction costs only need to include a single extract element costSimon Pilgrim2018-11-151-166/+89
* [SLPVectorizer][X86] Regenerate reduction tests and add PR37731 testSimon Pilgrim2018-11-151-210/+196
* [CostModel][X86] SK_ExtractSubvector is free if the subvector is at the start...Simon Pilgrim2018-11-091-1/+1
* [SLPVectorizer] Add basic support for mul/and/or/xor horizontal reductionsSimon Pilgrim2018-10-231-51/+54
* [SLPVectorizer][X86] Add mul/and/or/xor unrolled reduction testsSimon Pilgrim2018-10-201-7/+351
* [SLP] Update test checks, NFC.Alexey Bataev2018-02-061-10/+40
* [SLP] Fixed cost model for horizontal reduction.Alexey Bataev2016-12-011-4/+4
* [SLP] Additional tests with the cost of vector operations.Alexey Bataev2016-12-011-1/+19
* Revert "[SLP] Additional tests with the cost of vector operations."Alexey Bataev2016-12-011-18/+1
* [SLP] Additional tests with the cost of vector operations.Alexey Bataev2016-12-011-1/+18
* [SLPVectorizer] Fix for PR25748: reduction vectorization after loopAlexey Bataev2016-10-071-0/+48
OpenPOWER on IntegriCloud