solidity/test/libyul/yulOptimizerTests/stackCompressor/inlineInBlock.yul

12 lines
488 B
Plaintext
Raw Normal View History

2019-02-04 16:30:29 +00:00
{
let x := 8
let y := calldataload(calldataload(9))
mstore(y, add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(y, 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1))
}
2019-04-01 14:33:46 +00:00
// ====
// step: stackCompressor
2019-02-04 16:30:29 +00:00
// ----
// {
// mstore(calldataload(calldataload(9)), add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(add(calldataload(calldataload(9)), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1), 1))
// }