[PATCH] D78861: [Attributor] [WIP] Track AA dependency using dependency graph
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 03:50:16 PDT 2020
sstefan1 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:682
+ /// See AbstractAttribute::getName()
+ const std::string getName() const override { return "AANoUnwind"; }
+
----------------
Nit: is there a reason not to put these `getName()` in `Attributor.h`? Except for AAIsDead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78861/new/
https://reviews.llvm.org/D78861
More information about the llvm-commits
mailing list