[PATCH] D81022: [Attributor] Split the Attributor::run() into multiple functions.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 19:19:02 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM, one nit.



================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:1230
+  /// Rewrites function signitures and updates the call graph.
+  ChangeStatus cleanupIR();
   /// Run `::update` on \p AA and track the dependences queried while doing so.
----------------
Nit: Newline.


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

https://reviews.llvm.org/D81022





More information about the llvm-commits mailing list