Files
archived-llvm/include/llvm/CodeGen
Alexey Bataev 171807f96b [SLP] Fixed cost model for horizontal reduction.
Currently when cost of scalar operations is evaluated the vector type is
used for scalar operations. Patch fixes this issue and fixes evaluation
of the vector operations cost.
Several test showed that vector cost model is too optimistic. It
allowed vectorization of 8 or less add/fadd operations, though scalar
code is faster. Actually, only for 16 or more operations vector code
provides better performance.

Differential Revision: https://reviews.llvm.org/D26277

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288398 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-01 18:42:42 +00:00
..
2016-11-14 10:22:18 +00:00
2016-04-18 09:17:29 +00:00
2016-04-18 09:17:29 +00:00
2016-11-20 13:47:59 +00:00
2015-11-17 00:51:23 +00:00
2016-11-20 13:47:59 +00:00
2016-04-18 09:17:29 +00:00
2016-10-23 19:39:16 +00:00
2016-04-18 09:17:29 +00:00
2015-10-05 04:46:30 +00:00
2016-10-23 19:39:16 +00:00