[PATCH] D34317: [Dominators] Move IDoms out of DominatorTreeBase and put them in SNCAInfo
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 22:16:30 PDT 2017
dberlin added a comment.
where else is getNodeForBlock used? Because requiring you pass a temporary thing that exists only during construction is ... weird.
Are we sure it actually belongs as part of dominatortreebase?
Repository:
rL LLVM
https://reviews.llvm.org/D34317
More information about the llvm-commits
mailing list