[PATCH] D74931: [Dominators] Use Instruction::comesBefore for block-local queries, NFC
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 14:30:03 PST 2020
rnk accepted this revision.
rnk added a comment.
lgtm
I don't think it got lost in the rebase, I just never actually did this, the obvious thing. The next cleanup is to get rid of `OrderedInstructions` which is now a glorified wrapper of `DominatorTree`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74931/new/
https://reviews.llvm.org/D74931
More information about the llvm-commits
mailing list