forked from OSchip/llvm-project
![]() The test in PR47457 demonstrates a situation when candidate load's pointer's SCEV is no loger a SCEVAddRec after loop versioning. The code there assumes that it is always a SCEVAddRec and crashes otherwise. This patch makes sure that we do not consider candidates for which this requirement is broken after the versioning. Differential Revision: https://reviews.llvm.org/D87355 Reviewed By: asbirlea |
||
---|---|---|
.. | ||
backward.ll | ||
cond-load.ll | ||
convergent.ll | ||
def-store-before-load.ll | ||
forward.ll | ||
loop-simplify-dep.ll | ||
memcheck.ll | ||
multiple-stores-same-block.ll | ||
new-pm-preheader-problem.ll | ||
non-consecutive.ll | ||
opt-size.ll | ||
pr46854-adress-spaces.ll | ||
pr47457.ll | ||
symbolic-stride.ll | ||
type-mismatch.ll | ||
unknown-dep.ll |