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

14 lines
168 B
Plaintext
Raw Normal View History

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