solidity/test/cmdlineTests/standard_ir_requested/output.json

88 lines
2.2 KiB
JSON
Raw Normal View History

{"contracts":{"A":{"C":{"ir":"/*******************************************************
* WARNING *
* Solidity to Yul compilation is still EXPERIMENTAL *
* It can result in LOSS OF FUNDS or worse *
* !USE AT YOUR OWN RISK! *
*******************************************************/
object \"C_7\" {
code {
mstore(64, 128)
if callvalue() { revert(0, 0) }
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\"))
2020-04-27 17:35:35 +00:00
2021-04-29 09:43:27 +00:00
return(_1, datasize(\"C_7_deployed\"))
function allocate_unbounded() -> memPtr {
memPtr := mload(64)
}
function constructor_C_7() {
}
}
object \"C_7_deployed\" {
code {
mstore(64, 128)
if iszero(lt(calldatasize(), 4))
{
let selector := shift_right_224_unsigned(calldataload(0))
switch selector
case 0x26121ff0
{
// f()
2021-01-04 16:18:09 +00:00
if callvalue() { revert(0, 0) }
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))
}
default {}
}
if iszero(calldatasize()) { }
revert(0, 0)
function abi_decode_tuple_(headStart, dataEnd) {
if slt(sub(dataEnd, headStart), 0) { revert(0, 0) }
}
function abi_encode_tuple__to__fromStack(headStart ) -> tail {
tail := add(headStart, 0)
}
2021-01-14 16:27:55 +00:00
function allocate_unbounded() -> memPtr {
memPtr := mload(64)
2021-01-14 16:27:55 +00:00
}
function fun_f_6() {
}
function shift_right_224_unsigned(value) -> newValue {
newValue :=
shr(224, value)
}
}
}
}
"}}},"sources":{"A":{"id":0}}}