[PATCH] D111575: [NewPM] Add PipelineTuningOption to eagerly invalidate analyses

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 10:59:38 PDT 2021


nikic added inline comments.


================
Comment at: llvm/tools/opt/NewPMDriver.cpp:155
+    "eagerly-invalidate-analyses", cl::init(false), cl::Hidden,
+    cl::desc("Eagerly invalidate more analyses in default pipelines"));
 /// @}}
----------------
Can we please move this option from opt into LLVM? I'd like it to be testable via `-mllvm` equivalents without explicit frontend support.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111575



More information about the llvm-commits mailing list