llvm-project/llvm/test/Transforms/LoopLoadElim
Jolanta Jensen 958abe864a [LoopLoadElim] Add stores with matching sizes as load-store candidates
We are not building up a proper list of load-store candidates because
we are throwing away stores where the type don't match the load.
This patch adds stores with matching store sizes as candidates.
Author of the original patch: David Sherwood.

Differential Revision: https://reviews.llvm.org/D130233
2022-09-02 13:11:25 +01:00
..
backward.ll
cond-load.ll
convergent.ll
def-store-before-load.ll
forward.ll
loop-i1-count.ll [NFC][LAA] Match-up type sizes for possible extensions, based on actual bit-size rather than rounded-up byte size. 2022-04-22 23:16:20 -07:00
loop-simplify-dep.ll
memcheck.ll
multiple-stores-same-block.ll
new-pm-preheader-problem.ll
non-consecutive.ll
opt-size.ll
pr-48150.ll
pr-49141.ll
pr46854-adress-spaces.ll
pr47457.ll
symbolic-stride.ll Autogen a couple of predicated SCEV tests 2022-02-11 13:56:35 -08:00
type-mismatch-opaque-ptr.ll [LoopLoadElim] Add stores with matching sizes as load-store candidates 2022-09-02 13:11:25 +01:00
type-mismatch.ll [LoopLoadElim] Add stores with matching sizes as load-store candidates 2022-09-02 13:11:25 +01:00
uncomputable-backedge-taken-count.ll
unknown-dep.ll