Skip to content

Commit 54c5b3d

Browse files
committed
Re-enable the optimized IR preset in all external tests
1 parent 953bc9f commit 54c5b3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/externalTests/euler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function euler_test
4949
"${compile_only_presets[@]}"
5050
#ir-no-optimize # Compilation fails with "YulException: Variable var_utilisation_307 is 6 slot(s) too deep inside the stack."
5151
#ir-optimize-evm-only # Compilation fails with "YulException: Variable var_utilisation_307 is 6 slot(s) too deep inside the stack."
52-
#ir-optimize-evm+yul # Compilation fails with "YulException: Variable var_status_mpos is 3 too deep in the stack"
52+
ir-optimize-evm+yul
5353
legacy-optimize-evm-only
5454
legacy-optimize-evm+yul
5555
legacy-no-optimize

test/externalTests/perpetual-pools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function perpetual_pools_test
4747
"${compile_only_presets[@]}"
4848
#ir-no-optimize # Compilation fails with "YulException: Variable var_amount_527 is 9 slot(s) too deep inside the stack."
4949
#ir-optimize-evm-only # Compilation fails with "YulException: Variable var_amount_527 is 9 slot(s) too deep inside the stack."
50-
#ir-optimize-evm+yul # Compilation fails with "YulException: Variable expr_mpos is 1 too deep in the stack"
50+
ir-optimize-evm+yul
5151
legacy-no-optimize
5252
legacy-optimize-evm-only
5353
legacy-optimize-evm+yul

test/externalTests/uniswap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function uniswap_test
4747
"${compile_only_presets[@]}"
4848
#ir-no-optimize # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack."
4949
#ir-optimize-evm-only # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack."
50-
#ir-optimize-evm+yul # Compilation fails with: "YulException: Variable var_slot0Start_mpos is 1 too deep in the stack"
50+
ir-optimize-evm+yul
5151
legacy-no-optimize
5252
legacy-optimize-evm-only
5353
legacy-optimize-evm+yul

0 commit comments

Comments
 (0)