[llvm] [JumpThreading] Add a hook to override options (PR #111826)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 09:46:03 PDT 2024


================
@@ -304,10 +300,9 @@ bool JumpThreadingPass::runImpl(Function &F_, FunctionAnalysisManager *FAM_,
   // size.
   if (BBDuplicateThreshold.getNumOccurrences())
----------------
arsenm wrote:

The idea is to remove the cl::opts 

https://github.com/llvm/llvm-project/pull/111826


More information about the llvm-commits mailing list