solidity/test/libyul/yulOptimizerTests/stackCompressor/inlineInBlock.yul
Daniel Kirchner 7e061db811 Update tests.
2021-09-14 15:54:24 +02:00

14 lines
517 B
Plaintext

{
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))
}
// ====
// EVMVersion: =homestead
// ----
// step: stackCompressor
//
// {
// 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))
// }