[llvm] [JumpThreading] Add a hook to override the duplication threshold (PR #111826)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 20:00:31 PDT 2024
================
@@ -304,10 +300,9 @@ bool JumpThreadingPass::runImpl(Function &F_, FunctionAnalysisManager *FAM_,
// size.
if (BBDuplicateThreshold.getNumOccurrences())
----------------
wangpc-pp wrote:
You mean `ImplicationSearchThreshold`, `PhiDuplicateThreshold` and `ThreadAcrossLoopHeaders`?
https://github.com/llvm/llvm-project/pull/111826
More information about the llvm-commits
mailing list