solidity/test/libyul/yulOptimizerTests/structuralSimplifier/empty_if_non_movable_condition.yul

6 lines
86 B
Plaintext

{ if mload(0) {} }
// ====
// step: structuralSimplifier
// ----
// { pop(mload(0)) }