llvm-6502/test/Transforms/LoopVectorize/X86
Benjamin Kramer c759dd5f83 Move test that depends on the x86 target into a target-specific directory.
Should fix the arm buildbot (which only builds the arm target).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172611 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-16 13:25:56 +00:00
..
avx1.ll ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. 2013-01-09 22:29:00 +00:00
conversion-cost.ll ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. 2013-01-09 22:29:00 +00:00
cost-model.ll Loop Vectorizer: Update the cost model of scatter/gather operations and make 2012-12-23 07:23:55 +00:00
gcc-examples.ll Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now. 2013-01-09 01:20:59 +00:00
lit.local.cfg
no-vector.ll Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs. 2012-12-19 14:34:28 +00:00
small-size.ll Move test that depends on the x86 target into a target-specific directory. 2013-01-16 13:25:56 +00:00
struct-store.ll Fix typo "Makre" -> "Make". 2012-12-24 19:55:47 +00:00
unroll-small-loops.ll LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for 2013-01-07 21:54:51 +00:00