llvm-6502/test/Transforms/BBVectorize
Hal Finkel 8b9796f4f8 BBVectorize: Check the input types of shuffles for legality
This fixes a bug where shuffles were being fused such that the
resulting input types were not legal on the target. This would
occur only when both inputs and dependencies were also foldable
operations (such as other shuffles) and there were other connected
pairs in the same block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167731 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-12 14:50:59 +00:00
..
X86 BBVectorize: Check the input types of shuffles for legality 2012-11-12 14:50:59 +00:00
cycle.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00
func-alias.ll
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
no-ldstr-conn.ll
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: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +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
simple.ll BBVectorize: Choose pair ordering to minimize shuffles 2012-10-31 15:17:07 +00:00