llvm-6502/test/Analysis/CostModel/ARM
Raul E. Silvera 6df2b69098 When analyzing vectors of element type that require legalization,
the legalization cost must be included to get an accurate
estimation of the total cost of the scalarized vector.
The inaccurate cost triggered unprofitable SLP vectorization on
32-bit X86.

Summary:
Include legalization overhead when computing scalarization cost

Reviewers: hfinkel, nadav

CC: chandlerc, rnk, llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2992

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203509 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-10 22:59:13 +00:00
..
cast.ll When analyzing vectors of element type that require legalization, 2014-03-10 22:59:13 +00:00
divrem.ll ARM cost model: Integer div and rem is lowered to a function call 2013-04-25 21:16:18 +00:00
gep.ll ARM cost model: Address computation in vector mem ops not free 2013-02-08 14:50:48 +00:00
insertelement.ll ARM cost model: Address computation in vector mem ops not free 2013-02-08 14:50:48 +00:00
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
select.ll Fixes ARM LNT bot from SLP change in O3 2013-08-02 17:10:04 +00:00
shuffle.ll ARM cost model: Add vector reverse shuffle costs 2013-02-12 02:40:39 +00:00