Files
archived-llvm/test/Transforms/SLPVectorizer/X86
Alexey Bataev 4fcc7e8528 [SLP] Support for horizontal min/max reduction.
SLP vectorizer supports horizontal reductions for Add/FAdd binary
operations. Patch adds support for horizontal min/max reductions.
Function getReductionCost() is split to getArithmeticReductionCost() for
binary operation reductions and getMinMaxReductionCost() for min/max
reductions.
Patch fixes PR26956.

Differential revision: https://reviews.llvm.org/D27846

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312791 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-08 13:49:36 +00:00
..
2016-10-01 16:54:01 +00:00
2016-06-15 08:43:40 +00:00
2017-01-11 19:23:57 +00:00
2016-09-18 20:25:41 +00:00