solidity/test/libyul/objectCompiler/simple_optimizer.yul

21 lines
410 B
Plaintext
Raw Normal View History

2018-12-05 11:02:49 +00:00
{
let x := calldataload(0)
let y := calldataload(0)
let z := sub(y, x)
sstore(add(x, 0), z)
}
// ====
// optimize: true
2018-12-05 11:02:49 +00:00
// ----
// Assembly:
// /* "source":26:27 */
2018-12-05 11:02:49 +00:00
// 0x00
// 0x00
// /* "source":13:28 */
2018-12-05 11:02:49 +00:00
// calldataload
// /* "source":79:99 */
2018-12-05 11:02:49 +00:00
// sstore
// Bytecode: 600060003555
// Opcodes: PUSH1 0x0 PUSH1 0x0 CALLDATALOAD SSTORE
// SourceMappings: 26:1:0:-:0;;13:15;79:20