[PATCH] D76378: [Attributor] Make use of analysis in the MustBeExecutedExplorer

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 03:45:08 PDT 2020


okura added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:566
+            /* ExploreCFGBackward */ true,
+            // LIGetter
+            [&](const Function &F) { return AG.getAnalysis<LoopAnalysis>(F); },
----------------
uenoku wrote:
> nit: `//LIGetter -> /* LIGetter*/`
> https://llvm.org/docs/CodingStandards.html#comment-formatting
> Other arguments are as well.
I'm sorry for not following the standards. I fixed them.


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

https://reviews.llvm.org/D76378





More information about the llvm-commits mailing list