[PATCH] D78861: [Attributor] Track AA dependency using dependency graph
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 07:28:20 PDT 2020
kuter added a comment.
Hi, what is the state of this ?
As of D78729 <https://reviews.llvm.org/D78729> a AbstractAttribute keeps track of its own dependencies.
It is possible to implement GraphTraits without using any extra memory by
directly implementing it on the Attributor and having the NodeRef as AbstractAttribute.
I suggest that we make AADepGraph a empty (for now) wrapper that takes in a Attributor reference and implement GraphTraits on it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78861/new/
https://reviews.llvm.org/D78861
More information about the llvm-commits
mailing list