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

14 lines
517 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))
}
2021-09-15 15:01:40 +00:00
// ====
// EVMVersion: =homestead
2019-02-04 16:30:29 +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))
// }