[PATCH] D134139: Introduce -enable-global-analyses to allow users to disable inter-procedural analyses

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 03:56:01 PDT 2022


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

LGTM



================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:189
 
+static cl::opt<bool> EnableGlobalAnalysis(
+    "enable-global-analyses", cl::init(true), cl::Hidden,
----------------
Make the var name EnableGlobalAnalyses to match the option name?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134139



More information about the llvm-commits mailing list