[PATCH] D73763: [DSE] Lift post-dominance restriction.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 11:21:39 PST 2020
efriedma added a comment.
> Currently the patch uses a hack to create those MemoryUses: it just introduces a readonly function call at the end of each function
I'm not deeply familiar with the MemorySSA datastructures, but that makes sense. I'm trying to think if any other passes care, though. I can't come up with anything off the top of my head, but maybe I'm forgetting something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73763/new/
https://reviews.llvm.org/D73763
More information about the llvm-commits
mailing list