solidity/test/libyul/yulOptimizerTests/unusedStoreEliminator
Daniel Kirchner a33da17300 Bugfix and tests.
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
2022-09-08 11:54:14 +02:00
..
call_does_not_need_to_write.yul
covering_calldatacopy_fixed.yul
covering_calldatacopy.yul
create_inside_function.yul
create.yul
function_end.yul
function_side_effects_2.yul
function_side_effects.yul
if_overwrite_all_branches.yul
leave.yul
memoryguard.yul
mload.yul
no_storage_inside_function.yul
overflow.yul
overlapping_small.yul
overlapping.yul
remove_before_revert.yul
returndatacopy_fixed_size.yul Do not remove potentially reverting returndatacopy cases. 2022-05-23 11:01:03 +02:00
returndatacopy_returndatasize_nonzero_start.yul Do not remove potentially reverting returndatacopy cases. 2022-05-23 11:01:03 +02:00
returndatacopy_returndatasize_var.yul Do not remove potentially reverting returndatacopy cases. 2022-05-23 11:01:03 +02:00
returndatacopy_returndatasize.yul Do not remove potentially reverting returndatacopy cases. 2022-05-23 11:01:03 +02:00
store_before_conditionally_terminating_function_call_complex_control_flow.yul Bugfix and tests. 2022-09-08 11:54:14 +02:00
store_before_conditionally_terminating_function_call_revert.yul Bugfix and tests. 2022-09-08 11:54:14 +02:00
store_before_conditionally_terminating_function_call.yul Bugfix and tests. 2022-09-08 11:54:14 +02:00
store_before_indirectly_conditionally_terminating_function_call.yul Bugfix and tests. 2022-09-08 11:54:14 +02:00
store_before_unconditionally_terminating_function_call.yul Bugfix and tests. 2022-09-08 11:54:14 +02:00
unaligned_access.yul
unknown_length2.yul
unrelated_relative.yul
write_before_recursion.yul