feat: enable eager lambda lifting
This commit is contained in:
parent
0966f14233
commit
2563fda777
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ def builtinPassManager : PassManager := {
|
|||
pullFunDecls,
|
||||
reduceJpArity,
|
||||
simp { etaPoly := true, inlinePartial := true, implementedBy := true } (occurrence := 1),
|
||||
-- eagerLambdaLifting,
|
||||
eagerLambdaLifting,
|
||||
specialize,
|
||||
simp (occurrence := 2),
|
||||
cse,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue