1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/LoopLoadElim
Mehdi Amini 238fe14a1e Fix LoopLoadElimination to keep original alignment on the inital hoisted store
This is fixing a bug where Loop Vectorization is widening a load but
with a lower alignment. Hoisting the load without propagating the alignment
will allow inst-combine to later deduce a higher alignment that what the pointer
actually is.

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

llvm-svn: 291281
2017-01-06 21:06:51 +00:00
..
backward.ll
cond-load.ll [LLE] Don't hoist conditionally executed loads 2016-06-28 04:02:47 +00:00
def-store-before-load.ll
forward.ll Fix LoopLoadElimination to keep original alignment on the inital hoisted store 2017-01-06 21:06:51 +00:00
loop-simplify-dep.ll [LLE] Add missed LoopSimplify dependence 2016-03-10 23:54:39 +00:00
memcheck.ll
multiple-stores-same-block.ll
non-consecutive.ll [LLE] Add missing check for unit stride 2016-03-09 20:47:55 +00:00
opt-size.ll [LoopLoadElim] Don't allow versioning when optForSize 2016-02-05 01:14:05 +00:00
symbolic-stride.ll [LAA] Enable symbolic stride speculation for all LAA clients 2016-06-17 22:35:41 +00:00
type-mismatch.ll [LLE] Check for mismatching types between the store and the load earlier 2016-03-24 17:59:26 +00:00
unknown-dep.ll