llvm-6502/test/Transforms/SLPVectorizer/X86
Arnold Schwaighofer af57bdf7d6 SLPVectorizer: Sort inputs to commutative binary operations
Sort the operands of the other entries in the current vectorization root
according to the first entry's operands opcodes.

%conv0 = uitofp ...
%load0 = load float ...

= fmul %conv0, %load0
= fmul %load0, %conv1
= fmul %load0, %conv2

Make sure that we recursively vectorize <%conv0, %conv1, %conv2> and <%load0,
%load0, %load0>.

This makes it more likely to obtain vectorizable trees. We have to be careful
when we sort that we don't destroy 'good' existing ordering implied by source
order.

radar://15080067

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191977 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-04 20:39:16 +00:00
..
barriercall.ll
cast.ll
cmp_sel.ll
compare-reduce.ll
crash_7zip.ll
crash_bullet3.ll TBAA: remove !tbaa from testing cases when they are not needed. 2013-09-30 18:17:35 +00:00
crash_bullet.ll
crash_dequeue.ll
crash_flop7.ll
crash_lencod.ll
crash_mandeltext.ll
crash_netbsd_decompress.ll
crash_sim4b1.ll
crash_smallpt.ll
cross_block_slp.ll
cse.ll
cycle_dup.ll
debug_info.ll TBAA: remove !tbaa from testing cases when they are not needed. 2013-09-30 18:17:35 +00:00
diamond.ll
external_user.ll
extract.ll
flag.ll
hoist.ll
horizontal.ll SLPVectorize: Put horizontal reductions feeding a store under separate flag 2013-09-25 14:02:32 +00:00
implicitfloat.ll
in-tree-user.ll
insert-element-build-vector.ll Forgot to add slp threshold to test 2013-08-26 18:08:35 +00:00
lit.local.cfg
long_chains.ll
loopinvariant.ll
multi_block.ll
multi_user.ll
odd_store.ll
operandorder.ll SLPVectorizer: Sort inputs to commutative binary operations 2013-10-04 20:39:16 +00:00
ordering.ll SLPVectorizer: Don't vectorize phi nodes that use invoke values 2013-09-17 17:03:29 +00:00
phi3.ll
phi_landingpad.ll Transforms: Use getFirstNonPHI to set the insertion point for PHIs 2013-09-27 15:30:25 +00:00
phi_overalignedtype.ll In this patch we are trying to do two things: 2013-09-03 17:26:04 +00:00
phi.ll In this patch we are trying to do two things: 2013-09-03 17:26:04 +00:00
pr16571.ll Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform. 2013-07-09 21:38:08 +00:00
pr16628.ll
pr16899.ll TBAA: update tbaa format from scalar format to struct-path aware format. 2013-09-30 18:17:55 +00:00
reduction2.ll
reduction.ll
rgb_phi.ll In this patch we are trying to do two things: 2013-09-03 17:26:04 +00:00
saxpy.ll
simple-loop.ll
simplebb.ll SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObject. 2013-10-02 19:06:06 +00:00
tiny-tree.ll Apply slp vectorization on fully-vectorizable tree of height 2 2013-10-02 20:20:39 +00:00
vector.ll