[PATCH] D85472: [DomTree] Extend update API to allow a post CFG view.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 13:33:24 PDT 2020
asbirlea added a comment.
I'm inclined to change the API to pass a second vector of updates instead of the GraphDiff directly (for the PostView), since during updates the GD gets modified and it makes sense to keep it as an internal component. Thoughts?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85472/new/
https://reviews.llvm.org/D85472
More information about the llvm-commits
mailing list