Skip to content

Commit d5060e9

Browse files
authored
feat: add extractClosed pass to LCNF pass list (#8462)
This PR enables the LCNF extractClosed pass by default.
1 parent 38ca310 commit d5060e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Lean/Compiler/LCNF/Passes.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ def builtinPassManager : PassManager := {
8080
simp (occurrence := 5) (phase := .mono),
8181
structProjCases,
8282
cse (occurrence := 2) (phase := .mono),
83-
saveMono -- End of mono phase
83+
saveMono, -- End of mono phase
84+
extractClosed
8485
]
8586
}
8687

0 commit comments

Comments
 (0)