forked from OSchip/llvm-project
bf6009c234
Bug fix for PR37445. The underlying problem and its fix are similar to PR37808. The bug lies in MemorySSAUpdater::getPreviousDefRecursive(), where PhiOps is computed before the call to tryRemoveTrivialPhi() and it ends up being out of date, pointing to stale data. We have now turned each of the PhiOps into a TrackingVH<MemoryAccess>. Differential Revision: https://reviews.llvm.org/D49425 llvm-svn: 337680 |
||
---|---|---|
.. | ||
hoist-call.ll | ||
hoist-convergent.ll | ||
hoist-inline.ll | ||
hoist-md.ll | ||
hoist-more-than-two-branches.ll | ||
hoist-mssa.ll | ||
hoist-newgvn.ll | ||
hoist-pr20242.ll | ||
hoist-pr22005.ll | ||
hoist-pr28606.ll | ||
hoist-pr28933.ll | ||
hoist-pr31891.ll | ||
hoist-recursive-geps.ll | ||
hoist-simplify-phi.ll | ||
hoist-unsafe-pr31729.ll | ||
hoist-very-busy.ll | ||
hoist.ll | ||
infinite-loop-direct.ll | ||
infinite-loop-indirect.ll | ||
int_sideeffect.ll | ||
ld_hoist1.ll | ||
ld_hoist_st_sink.ll | ||
non-trivial-phi.ll | ||
pr28626.ll | ||
pr29031.ll | ||
pr29034.ll | ||
pr30216.ll | ||
pr30499.ll | ||
pr35222-hoist-load.ll | ||
pr36787.ll | ||
pr37445.ll | ||
pr37808.ll |