Add --yul-optimizations option to the command-line interface

This commit is contained in:
Kamil Śliwak
2020-04-24 17:30:56 +02:00
parent c41a832f65
commit 35cc64e33d
20 changed files with 105 additions and 2 deletions
@@ -0,0 +1 @@
--ir-optimized --optimize --yul-optimizations a[a][
@@ -0,0 +1 @@
Invalid optimizer step sequence in --yul-optimizations: Unbalanced brackets
@@ -0,0 +1 @@
1
@@ -0,0 +1,6 @@
pragma solidity >=0.0;
contract C
{
function f() public pure {}
}