[PATCH] D73763: [DSE] Lift post-dominance restriction.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 08:40:01 PDT 2020
fhahn planned changes to this revision.
fhahn added a comment.
In D73763#1964635 <https://reviews.llvm.org/D73763#1964635>, @george.burgess.iv wrote:
> > If you are happy with the direction, I would update this patch to only handle the alloca case
>
> SGTM
I put up a patch that only handles the alloca (and alloca like non-escaping) case: D77736 <https://reviews.llvm.org/D77736>
I'll try to get an update on the second case as well soonish.
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