File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function euler_test
49
49
" ${compile_only_presets[@]} "
50
50
# ir-no-optimize # Compilation fails with "YulException: Variable var_utilisation_307 is 6 slot(s) too deep inside the stack."
51
51
# 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
53
53
legacy-optimize-evm-only
54
54
legacy-optimize-evm+yul
55
55
legacy-no-optimize
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function perpetual_pools_test
47
47
" ${compile_only_presets[@]} "
48
48
# ir-no-optimize # Compilation fails with "YulException: Variable var_amount_527 is 9 slot(s) too deep inside the stack."
49
49
# 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
51
51
legacy-no-optimize
52
52
legacy-optimize-evm-only
53
53
legacy-optimize-evm+yul
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function uniswap_test
47
47
" ${compile_only_presets[@]} "
48
48
# ir-no-optimize # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack."
49
49
# 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
51
51
legacy-no-optimize
52
52
legacy-optimize-evm-only
53
53
legacy-optimize-evm+yul
You can’t perform that action at this time.
0 commit comments