Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kmir/src/kmir/kmir.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def kcfg_explore(self, label: str | None = None) -> Iterator[KCFGExplore]:
llvm_definition_dir=self.llvm_library_dir,
bug_report=self.bug_report,
id=label if self.bug_report is not None else None, # NB bug report arg.s must be coherent
interim_simplification=50, # working around memory problems in LLVM backend calls
simplify_each=30,
) as cts:
yield KCFGExplore(cts, kcfg_semantics=KMIRSemantics())

Expand Down