[PATCH] D34823: [PredicateInfo] Invalidate an OrderedBasicBlock when instruction in it is deleted.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 13:22:14 PDT 2017
dberlin requested changes to this revision.
dberlin added a comment.
This revision now requires changes to proceed.
Without a reason to do this specifically, it seems a waste of time
None of this data is used after initial building, and all of these are destroyed after newgvn ends, so updating them doesn't seem to accomplish anything?
https://reviews.llvm.org/D34823
More information about the llvm-commits
mailing list