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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 05:52:52 PDT 2024


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

How about just do it now? It's not that much work. It's better for testing 

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


More information about the llvm-commits mailing list