solidity/test/libyul/yulOptimizerTests/rematerialiser/do_not_remat_large_amounts_of_code1.yul

11 lines
230 B
Plaintext
Raw Normal View History

2018-10-11 15:59:45 +00:00
{
let x := add(mul(calldataload(2), calldataload(4)), mul(2, calldatasize()))
let b := x
}
// ----
// rematerialiser
// {
// let x := add(mul(calldataload(2), calldataload(4)), mul(2, calldatasize()))
// let b := x
// }