solidity/test/cmdlineTests/standard_irOptimized_requested/output.json

73 lines
2.9 KiB
JSON
Raw Normal View History

{"contracts":{"A":{"C":{"irOptimized":"/// @use-src 0:\"A\"
object \"C_7\" {
code {
/// @src 0:79:121 \"contract C { function f() public pure {} }\"
2021-09-15 15:01:40 +00:00
mstore(64, memoryguard(128))
2021-04-29 14:26:21 +00:00
if callvalue()
{
revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb()
}
constructor_C_7()
2021-04-29 09:43:27 +00:00
let _1 := allocate_unbounded()
codecopy(_1, dataoffset(\"C_7_deployed\"), datasize(\"C_7_deployed\"))
return(_1, datasize(\"C_7_deployed\"))
function allocate_unbounded() -> memPtr
{ memPtr := mload(64) }
2021-04-29 14:26:21 +00:00
function revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb()
{ revert(0, 0) }
2021-09-07 16:00:20 +00:00
function constructor_C_7()
{ }
}
2021-08-31 10:57:13 +00:00
/// @use-src 0:\"A\"
object \"C_7_deployed\" {
code {
/// @src 0:79:121 \"contract C { function f() public pure {} }\"
2021-09-15 15:01:40 +00:00
mstore(64, memoryguard(128))
if iszero(lt(calldatasize(), 4))
{
let selector := shift_right_224_unsigned(calldataload(0))
switch selector
2022-02-15 11:20:28 +00:00
case 0x26121ff0 { external_fun_f_6() }
default { }
}
2021-04-29 14:26:21 +00:00
revert_error_42b3090547df1d2001c96683413b8cf91c1b902ef5e3cb8d9f6f304cf7446f74()
2021-09-07 16:00:20 +00:00
function shift_right_224_unsigned(value) -> newValue
{ newValue := shr(224, value) }
function allocate_unbounded() -> memPtr
{ memPtr := mload(64) }
function revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb()
{ revert(0, 0) }
function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b()
{ revert(0, 0) }
function abi_decode_tuple_(headStart, dataEnd)
{
2021-04-29 14:26:21 +00:00
if slt(sub(dataEnd, headStart), 0)
{
revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b()
}
}
function abi_encode_tuple__to__fromStack(headStart) -> tail
{ tail := add(headStart, 0) }
2022-02-15 11:20:28 +00:00
function external_fun_f_6()
{
if callvalue()
{
revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb()
}
abi_decode_tuple_(4, calldatasize())
fun_f_6()
let memPos := allocate_unbounded()
let memEnd := abi_encode_tuple__to__fromStack(memPos)
return(memPos, sub(memEnd, memPos))
}
2021-09-07 16:00:20 +00:00
function revert_error_42b3090547df1d2001c96683413b8cf91c1b902ef5e3cb8d9f6f304cf7446f74()
{ revert(0, 0) }
2021-09-15 15:40:11 +00:00
/// @ast-id 6 @src 0:92:119 \"function f() public pure {}\"
function fun_f_6()
2019-10-24 17:35:47 +00:00
{ }
}
2021-06-08 14:35:37 +00:00
data \".metadata\" hex\"<BYTECODE REMOVED>\"
}
}
"}}},"sources":{"A":{"id":0}}}