mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Explanation of expression simplifier.
This commit is contained in:
parent
b8074cdf78
commit
591813638e
@ -78,3 +78,12 @@ a loop or conditional, the first one is not inside), the first assignment is rem
|
||||
|
||||
|
||||
## Function Unifier
|
||||
|
||||
## Expression Simplifier
|
||||
|
||||
This step can only be applied for the EVM-flavoured dialect of iulia. It applies
|
||||
simple rules like ``x + 0 == x`` to simplify expressions.
|
||||
|
||||
## Ineffective Statement Remover
|
||||
|
||||
This step removes statements that have no side-effects.
|
||||
|
Loading…
Reference in New Issue
Block a user