solidity/test/libyul/yulOptimizerTests/fullSimplify/identity_rules_complex.yul
Daniel Kirchner 10618188dd Update tests.
2021-11-09 14:34:05 +01:00

9 lines
129 B
Plaintext

{
let a := sub(calldataload(0), calldataload(0))
mstore(a, 0)
}
// ----
// step: fullSimplify
//
// { { mstore(0, 0) } }