summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SLPVectorizer/X86/horizontal-list.ll
Commit message (Expand)AuthorAgeFilesLines
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-291-340/+14
* Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...Jordan Rupprecht2019-09-261-14/+340
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-231-340/+14
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+1733
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-1733/+0
* [SLP]PR39774: Update references of the replaced external instructions.Alexey Bataev2018-11-301-2/+2
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-251-98/+96
* [SLP] Revert r312791 and other necessary commits, except for TTI andChandler Carruth2017-09-151-102/+96
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-081-96/+102
* [SLP] Preserve IR flags for extra args.Alexey Bataev2017-03-011-4/+4
* [SLP] Use different flags in tests for reduction ops and extra args.Alexey Bataev2017-02-271-3/+3
* [SLP] Modify test to check IR flags propagation for extra args.Alexey Bataev2017-02-271-15/+15
* [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrongAlexey Bataev2017-02-231-4/+6
* Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong"Alexey Bataev2017-02-231-6/+4
* [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrongAlexey Bataev2017-02-231-4/+6
* Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong"Alexey Bataev2017-02-231-6/+4
* [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrongAlexey Bataev2017-02-231-4/+6
* Revert r295868 because it breaks a different SLP lit test.Michael Kuperstein2017-02-221-6/+4
* [SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong resultAlexey Bataev2017-02-221-4/+6
* [SLP] Test with extra argument used several times.Alexey Bataev2017-02-221-0/+108
* [SLP] Fix for PR31690: Allow using of extra values in horizontalAlexey Bataev2017-02-131-304/+278
* [SLP] Additional test to check correct work of horizontal reductions,Alexey Bataev2017-02-081-0/+576
* [SLP] Revert "Allow using of extra values in horizontal reductions."Michael Kuperstein2017-02-061-114/+134
* [SLP] Fix for PR31690: Allow using of extra values in horizontal reductions.Alexey Bataev2017-02-031-134/+114
* [SLP] Add one more reduction operation for extra argument test to makeAlexey Bataev2017-01-261-2/+8
* [SLP] Fixed test for extra arguments in horizontal reductions.Alexey Bataev2017-01-261-3/+5
* [SLP] Extra test for functionality with extra args.Alexey Bataev2017-01-251-2/+4
* [SLP] Improve horizontal vectorization for non-power-of-2 number ofAlexey Bataev2017-01-251-98/+72
* [SLP] Additional test for checking that instruction with extra args isAlexey Bataev2017-01-241-0/+57
* [SLP] Additional test with extra args in horizontal reductions.Alexey Bataev2017-01-231-0/+63
* [SLP] Additional test for SLP vectorizer with 31 reduction elements.Alexey Bataev2017-01-231-0/+196
* [SLP] Initial test for fix of PR31690.Alexey Bataev2017-01-201-0/+203
* [SLP] A new test for horizontal vectorization for non-power-of-2Alexey Bataev2017-01-201-0/+290
* Regenerate test. Simon Pilgrim2017-01-041-5/+10
* [SLPVectorizer] Improved support of partial tree vectorization.Alexey Bataev2016-11-291-87/+74
* [SLPVectorizer] Add a test with non-vectorizable IR.Alexey Bataev2016-10-041-0/+290
OpenPOWER on IntegriCloud