[PATCH] D50717: [SimplifyCFG] Fix BasicBlock use-after-free
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 14 09:35:13 PDT 2018
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
LGTM
I guess because it's only erasing it from a SmallPtrSet, it's not actually _using_ it, but this looks like a very sensible change.
Repository:
rL LLVM
https://reviews.llvm.org/D50717
More information about the llvm-commits
mailing list