llvm-6502/test/Transforms/LoopVectorize/X86
Arnold Schwaighofer ac2cc0170f LoopVectorizer: Pass OperandValueKind information to the cost model
Pass down the fact that an operand is going to be a vector of constants.

This should bring the performance of MultiSource/Benchmarks/PAQ8p/paq8p on x86
back. It had degraded to scalar performance due to my pervious shift cost change
that made all shifts expensive on x86.

radar://13576547

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178809 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-04 23:26:27 +00:00
..
avx1.ll
constant-vector-operand.ll LoopVectorizer: Pass OperandValueKind information to the cost model 2013-04-04 23:26:27 +00:00
conversion-cost.ll X86TTI: Add accurate costs for itofp operations, based on the actual instruction counts. 2013-04-01 10:23:49 +00:00
cost-model.ll
gcc-examples.ll
lit.local.cfg
min-trip-count-switch.ll
no-vector.ll
parallel-loops-after-reg2mem.ll
parallel-loops.ll
reduction-crash.ll Force cpu in test. 2013-03-08 17:01:18 +00:00
small-size.ll
struct-store.ll
unroll_selection.ll
unroll-small-loops.ll
vector_ptr_load_store.ll
vector-scalar-select-cost.ll LoopVectorizer: Insert some white space to make test case more readable 2013-03-14 21:31:09 +00:00