llvm-6502/test/Transforms/BBVectorize
Hal Finkel a777284158 BBVectorize: Use VTTI to compute costs for intrinsics vectorization
For the time being this includes only some dummy test cases. Once the
generic implementation of the intrinsics cost function does something other
than assuming scalarization in all cases, or some target specializes the
interface, some real test cases can be added.

Also, for consistency, I changed the type of IID from unsigned to Intrinsic::ID
in a few other places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171079 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-26 01:36:57 +00:00
..
X86 BBVectorize: Use VTTI to compute costs for intrinsics vectorization 2012-12-26 01:36:57 +00:00
cycle.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
func-alias.ll Update BBVectorize to use aliasesUnknownInst. 2012-02-10 15:52:40 +00:00
ld1.ll
lit.local.cfg Move target-specific BBVectorize tests into a separate directory. 2012-10-26 19:38:09 +00:00
loop1.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
mem-op-depth.ll
metadata.ll Teach BBVectorize to combine, when possible, or discard metadata when fusing instructions. 2012-06-16 20:34:06 +00:00
no-ldstr-conn.ll Fix an error in BBVectorize important for vectorizing pointer types. 2012-04-14 07:32:50 +00:00
req-depth.ll
search-limit.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
simple3.ll Allow BBVectorize to form non-2^n-length vectors. 2012-06-28 05:42:42 +00:00
simple-int.ll BBVectorize: Enable vectorization of the fmuladd intrinsic 2012-12-25 22:36:08 +00:00
simple-ldstr-ptrs.ll Disable generation of pointer vectors by BBVectorize. 2012-10-26 00:05:26 +00:00
simple-ldstr.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
simple-sel.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
simple-tst.ll Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.). 2012-04-27 19:34:00 +00:00
simple.ll BBVectorize: Correctly merge SubclassOptionalData 2012-11-28 03:04:10 +00:00