[PATCH] D86635: [Attributor] Add getter of abstract attributes for the manifestation stage

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 09:45:52 PDT 2020


jdoerfert added a comment.

Can you replace all uses of getAAFor in manifest by the new API in this patch?



================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:979
+                                    /* AfterIteration */ true);
+  }
+
----------------
Should we call this "getAADuringManifest" or do we expect another place we use it?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86635/new/

https://reviews.llvm.org/D86635



More information about the llvm-commits mailing list