llvm-6502/test/Transforms/BBVectorize/X86
Hal Finkel 78fd353d5e BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic.
When target cost information is available, compute explicit costs of inserting and
extracting values from vectors. At this point, all costs are estimated using the
target information, and the chain-depth heuristic is not needed. As a result, it is now, by
default, disabled when using target costs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167256 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-01 21:50:12 +00:00
..
loop1.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
simple-ldstr.ll BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. 2012-11-01 21:50:12 +00:00
simple.ll BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. 2012-11-01 21:50:12 +00:00
vs-cast.ll