1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/Transforms/LoopVectorize/PowerPC
Guozhi Wei 27571a5d37 [ppc] Correctly compute the cost of loading 32/64 bit memory into VSR
VSX has instructions lxsiwax/lxsdx that can load 32/64 bit value into VSX register cheaply. That patch makes it known to memory cost model, so the vectorization of the test case in pr30990 is beneficial.

Differential Revision: https://reviews.llvm.org/D26713

llvm-svn: 288560
2016-12-03 00:41:43 +00:00
..
agg-interleave-a2.ll
large-loop-rdx.ll
lit.local.cfg
pr30990.ll [ppc] Correctly compute the cost of loading 32/64 bit memory into VSR 2016-12-03 00:41:43 +00:00
small-loop-rdx.ll [LV] Scalarize instructions marked scalar after vectorization 2016-09-26 17:08:37 +00:00
stride-vectorization.ll
vectorize-only-for-real.ll [LoopVectorize] Don't vectorize loops when everything will be scalarized 2016-03-30 19:37:08 +00:00
vsx-tsvc-s173.ll [LV] Scalarize instructions marked scalar after vectorization 2016-09-26 17:08:37 +00:00