Skip to content

Commit

Permalink
Update src/gt4py/next/iterator/transforms/pass_manager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Till Ehrengruber <[email protected]>
  • Loading branch information
nfarabullini and tehrengruber authored Nov 6, 2023
1 parent 555a40d commit dedfaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/next/iterator/transforms/pass_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def apply_common_transforms(
unconditionally_collapse_tuples=False,
):
if lift_mode is None:
lift_mode = LiftMode.FORCE_TEMPORARIES
lift_mode = LiftMode.FORCE_INLINE
assert isinstance(lift_mode, LiftMode)
ir = MergeLet().visit(ir)
ir = InlineFundefs().visit(ir)
Expand Down

0 comments on commit dedfaea

Please sign in to comment.