[PATCH] D86635: [Attributor] Add getter of abstract attributes for the manifestation stage
Shinji Okumura via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 10:01:10 PDT 2020
okura added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:979
+ /* AfterIteration */ true);
+ }
+
----------------
jdoerfert wrote:
> Should we call this "getAADuringManifest" or do we expect another place we use it?
I will rename this `getAADuringManifestFor`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86635/new/
https://reviews.llvm.org/D86635
More information about the llvm-commits
mailing list