[PATCH] D78861: [Attributor] [WIP] Track AA dependency using dependency graph
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 03:50:15 PDT 2020
kuter added a comment.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2060
+
+void AbstractAttribute::printDeps(raw_ostream &OS) const {
+ print(OS);
----------------
Aren't `Deps` the list of Attributes that need to be updated if this Attribute's state changes.
Isn't `Deps` a list of Attributes that depends on "this" Attribute ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78861/new/
https://reviews.llvm.org/D78861
More information about the llvm-commits
mailing list