We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4496200 commit 29a89d8Copy full SHA for 29a89d8
kmir/src/kmir/kmir.py
@@ -83,7 +83,7 @@ def kcfg_explore(self, label: str | None = None) -> Iterator[KCFGExplore]:
83
llvm_definition_dir=self.llvm_library_dir,
84
bug_report=self.bug_report,
85
id=label if self.bug_report is not None else None, # NB bug report arg.s must be coherent
86
- interim_simplification=50, # working around memory problems in LLVM backend calls
+ simplify_each=30,
87
) as cts:
88
yield KCFGExplore(cts, kcfg_semantics=KMIRSemantics())
89
0 commit comments