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

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 12:29:49 PDT 2020


sstefan1 added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:566
+                 /* ExploreCFGBackward */ true,
+                 // LIGetter
+                 [](const Function &F) {
----------------
Maybe I misunderstood something, but isn't this supposed to return existing analysis results instead of creating new ones?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76378





More information about the llvm-commits mailing list