solidity/test/cmdlineTests/ir_compiler_inheritance_nosubobjects/output

66 lines
2.1 KiB
Plaintext
Raw Normal View History

Optimized IR:
/*=====================================================*
* WARNING *
* Solidity to Yul compilation is still EXPERIMENTAL *
* It can result in LOSS OF FUNDS or worse *
* !USE AT YOUR OWN RISK! *
*=====================================================*/
2021-08-31 10:57:13 +00:00
/// @use-src 0:"ir_compiler_inheritance_nosubobjects/input.sol"
object "C_7" {
code {
{
/// @src 0:82:117 "contract C {..."
2021-09-15 15:01:40 +00:00
let _1 := memoryguard(0x80)
mstore(64, _1)
if callvalue() { revert(0, 0) }
2021-09-15 15:01:40 +00:00
let _2 := datasize("C_7_deployed")
codecopy(_1, dataoffset("C_7_deployed"), _2)
return(_1, _2)
}
}
2021-08-31 10:57:13 +00:00
/// @use-src 0:"ir_compiler_inheritance_nosubobjects/input.sol"
object "C_7_deployed" {
code {
{
/// @src 0:82:117 "contract C {..."
revert(0, 0)
}
}
2021-06-08 14:35:37 +00:00
data ".metadata" hex"<BYTECODE REMOVED>"
}
}
Optimized IR:
/*=====================================================*
* WARNING *
* Solidity to Yul compilation is still EXPERIMENTAL *
* It can result in LOSS OF FUNDS or worse *
* !USE AT YOUR OWN RISK! *
*=====================================================*/
2021-08-31 10:57:13 +00:00
/// @use-src 0:"ir_compiler_inheritance_nosubobjects/input.sol"
object "D_10" {
code {
{
/// @src 0:118:137 "contract D is C {..."
2021-09-15 15:01:40 +00:00
let _1 := memoryguard(0x80)
mstore(64, _1)
if callvalue() { revert(0, 0) }
2021-09-15 15:01:40 +00:00
let _2 := datasize("D_10_deployed")
codecopy(_1, dataoffset("D_10_deployed"), _2)
return(_1, _2)
}
}
2021-08-31 10:57:13 +00:00
/// @use-src 0:"ir_compiler_inheritance_nosubobjects/input.sol"
object "D_10_deployed" {
code {
{
/// @src 0:118:137 "contract D is C {..."
revert(0, 0)
}
}
2021-06-08 14:35:37 +00:00
data ".metadata" hex"<BYTECODE REMOVED>"
}
}