Skip to content

Commit 975ce4e

Browse files
committed
feat: add extractClosed pass to LCNF pass list
1 parent 0f8618f commit 975ce4e

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)