feat: activate toMono compiler pass
It increases the .olean sizes.
This commit is contained in:
parent
80bf4f3334
commit
faa30bccb2
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ import Lean.Compiler.LCNF.ReduceJpArity
|
|||
import Lean.Compiler.LCNF.JoinPoints
|
||||
import Lean.Compiler.LCNF.Specialize
|
||||
import Lean.Compiler.LCNF.PhaseExt
|
||||
import Lean.Compiler.LCNF.ToMono
|
||||
|
||||
namespace Lean.Compiler.LCNF
|
||||
|
||||
|
|
@ -49,7 +50,8 @@ def builtinPassManager : PassManager := {
|
|||
specialize,
|
||||
simp (occurrence := 2),
|
||||
cse,
|
||||
saveBase -- End of base phase
|
||||
saveBase, -- End of base phase
|
||||
toMono
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue