[llvm] [JumpThreading] Add a hook to override options (PR #111826)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 04:58:57 PDT 2024
================
@@ -304,10 +300,9 @@ bool JumpThreadingPass::runImpl(Function &F_, FunctionAnalysisManager *FAM_,
// size.
if (BBDuplicateThreshold.getNumOccurrences())
----------------
wangpc-pp wrote:
OK, I get what you mean.
Can I do it in the future? My intention is to override these options in backend, not to make existing passes suitable for new pass builder.
https://github.com/llvm/llvm-project/pull/111826
More information about the llvm-commits
mailing list