forked from OSchip/llvm-project
27d224fbbb
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 |
||
---|---|---|
.. | ||
backward.ll | ||
cond-load.ll | ||
def-store-before-load.ll | ||
forward.ll | ||
loop-simplify-dep.ll | ||
memcheck.ll | ||
multiple-stores-same-block.ll | ||
non-consecutive.ll | ||
opt-size.ll | ||
symbolic-stride.ll | ||
type-mismatch.ll | ||
unknown-dep.ll |