llvm-6502/test/Transforms/BBVectorize
Hal Finkel e32e5440d6 Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).
Target specific types should not be vectorized. As a practical matter,
these types are already register matched (at least in the x86 case),
and codegen does not always work correctly (at least in the ppc case,
and this is not worth fixing because ppc_fp128 is currently broken and
will probably go away soon).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155729 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-27 19:34:00 +00:00
..
cycle.ll
func-alias.ll
ld1.ll
lit.local.cfg
loop1.ll
mem-op-depth.ll
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
simple-int.ll
simple-ldstr-ptrs.ll Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs. 2012-04-14 07:32:43 +00:00
simple-ldstr.ll
simple-sel.ll
simple-tst.ll Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.). 2012-04-27 19:34:00 +00:00
simple.ll