[PATCH] D129984: [LoopSimplifyCFG] Prevent use-def dominance breach by handling dead exits. PR56243
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 11:21:26 PDT 2022
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
I'm a little worried about the performance cost of the scan, but I guess this should be rare enough that it's unlikely to matter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129984/new/
https://reviews.llvm.org/D129984
More information about the llvm-commits
mailing list