solidity/test/libyul/yulOptimizerTests/expressionSimplifier
2019-02-27 16:14:39 +01:00
..
assigned_vars_multi.yul Tests for SSAValueTracker ignoring function call on rhs 2018-12-05 18:01:41 +01:00
constant_propagation.yul
constants.yul
identity_rules_complex.yul
identity_rules_negative.yul
identity_rules_simple.yul
including_function_calls.yul
inside_for.yul
invariant.yul
mod_and_1.yul
mod_and_2.yul
not_applied_function_call_different_arguments.yul
not_applied_function_call_different_names.yul
not_applied_function_call_equality_not_movable.yul
not_applied_removes_non_constant_and_not_movable.yul
reassign.yul Fix expression simplifying by moving from SSAValueTracker to DataFlowAnalyzer as a base. 2019-02-27 16:14:39 +01:00
return_vars_zero.yul Consider return variables to be zero initially. 2018-12-13 16:02:30 +01:00
reversed.yul
smoke.yul
unassigend_vars_multi.yul Support unassigned variables in the SSA value tracker and the data flow analyzer. 2018-12-12 18:06:28 +01:00
unassigned_vars.yul Support unassigned variables in the SSA value tracker and the data flow analyzer. 2018-12-12 18:06:28 +01:00