1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Analysis/CostModel/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
..
cmp-expanded.ll
ext.ll [TTI] The cost model should not assume vector casts get completely scalarized 2016-07-06 17:30:56 +00:00
insert_extract.ll
lit.local.cfg
load_store.ll
popcnt.ll
unal-vec-ldst.ll
vsr_load_32_64.ll [ppc] Correctly compute the cost of loading 32/64 bit memory into VSR 2016-12-03 00:41:43 +00:00