solidity/test/libyul/yulOptimizerTests/fullSimplify/identity_rules_simple.yul

9 lines
108 B
Plaintext
Raw Normal View History

{
let a := mload(0)
mstore(0, sub(a, a))
}
// ----
// step: fullSimplify
//
2021-11-09 12:25:25 +00:00
// { { mstore(0, 0) } }