[PATCH] D97877: [DSE] Remove MemDep-based implementation
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 6 13:43:04 PST 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for removing the dead code!
MemorySSA-based DSE has been the default for a while now. If people are still using the legacy implementation for some reason, we can re-visit while we address any issues preventing them from switching.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97877/new/
https://reviews.llvm.org/D97877
More information about the llvm-commits
mailing list