summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
Commit message (Expand)AuthorAgeFilesLines
* [SLP] reduce duplicated check lines in tests; NFCSanjay Patel2019-11-181-313/+163
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-291-388/+88
* Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...Jordan Rupprecht2019-09-261-88/+388
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-231-388/+88
* [CostModel][X86] Add min/max reduction costs for all SSE targetsSimon Pilgrim2019-05-111-36/+54
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+1141
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-1141/+0
* [CostModel][X86] Add explicit vector select costsSimon Pilgrim2019-01-201-54/+36
* [CostModel][X86] Add explicit fcmp costs for pre-SSE42 targetsSimon Pilgrim2019-01-201-297/+73
* [CostModel][X86][AArch64] Adjust cost of the scalarization part of min/max re...Craig Topper2018-12-101-36/+54
* [CostModel][X86] Fix overcounting arithmetic cost in illegal types in getArit...Craig Topper2018-12-071-342/+81
* [TTI] Reduction costs only need to include a single extract element cost (REA...Simon Pilgrim2018-12-011-108/+27
* Revert "[TTI] Reduction costs only need to include a single extract element c...Fedor Sergeev2018-11-261-27/+108
* [TTI] Reduction costs only need to include a single extract element costSimon Pilgrim2018-11-151-108/+27
* [SLPVectorizer][X86] Regenerate reduction minmax tests and cleanup check pref...Simon Pilgrim2018-11-151-659/+272
* [SLPVectorizer] Don't attempt horizontal reduction on pointer types (PR38191)Simon Pilgrim2018-07-171-0/+128
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-251-1133/+1374
* [SLP] Revert r312791 and other necessary commits, except for TTI andChandler Carruth2017-09-151-1721/+1086
* [SLP] Test with mutiple uses of conditional op and wrong parent.Alexey Bataev2017-09-121-270/+1702
* [SLP] Support for horizontal min/max reduction.Alexey Bataev2017-09-081-1085/+288
* [TEST] Initial commit of tests for minmax horizontal reductions.Alexey Bataev2016-12-151-0/+1725
OpenPOWER on IntegriCloud