[PATCH] D68006: DSE miscompile when store is clobbered across loop iterations
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 17:04:00 PST 2020
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
Okay, that makes sense. There isn't any particular reason we can't visit a block multiple times, but probably not worth doing unless we find some case where it matters.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68006/new/
https://reviews.llvm.org/D68006
More information about the llvm-commits
mailing list