2020-11-26 21:33:36 +00:00
|
|
|
IR:
|
2021-05-27 20:05:21 +00:00
|
|
|
/*=====================================================*
|
2020-11-26 21:33:36 +00:00
|
|
|
* WARNING *
|
|
|
|
* Solidity to Yul compilation is still EXPERIMENTAL *
|
|
|
|
* It can result in LOSS OF FUNDS or worse *
|
|
|
|
* !USE AT YOUR OWN RISK! *
|
2021-05-27 20:05:21 +00:00
|
|
|
*=====================================================*/
|
2020-11-26 21:33:36 +00:00
|
|
|
|
|
|
|
|
2021-08-31 10:57:13 +00:00
|
|
|
/// @use-src 0:"viair_abicoder_v1/input.sol"
|
2020-11-26 21:33:36 +00:00
|
|
|
object "test_11" {
|
|
|
|
code {
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:79:169 "contract test {..."
|
2020-11-26 21:33:36 +00:00
|
|
|
mstore(64, 128)
|
2021-04-29 14:26:21 +00:00
|
|
|
if callvalue() { revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb() }
|
2020-11-26 21:33:36 +00:00
|
|
|
|
|
|
|
constructor_test_11()
|
|
|
|
|
2021-04-29 09:43:27 +00:00
|
|
|
let _1 := allocate_unbounded()
|
|
|
|
codecopy(_1, dataoffset("test_11_deployed"), datasize("test_11_deployed"))
|
2020-11-26 21:33:36 +00:00
|
|
|
|
2021-04-29 09:43:27 +00:00
|
|
|
return(_1, datasize("test_11_deployed"))
|
|
|
|
|
|
|
|
function allocate_unbounded() -> memPtr {
|
|
|
|
memPtr := mload(64)
|
|
|
|
}
|
2020-11-26 21:33:36 +00:00
|
|
|
|
2021-09-07 16:00:20 +00:00
|
|
|
function revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb() {
|
|
|
|
revert(0, 0)
|
|
|
|
}
|
|
|
|
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:79:169 "contract test {..."
|
2020-11-26 21:33:36 +00:00
|
|
|
function constructor_test_11() {
|
|
|
|
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:79:169 "contract test {..."
|
2021-05-27 20:05:21 +00:00
|
|
|
|
2020-11-26 21:33:36 +00:00
|
|
|
}
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:79:169 "contract test {..."
|
2020-11-26 21:33:36 +00:00
|
|
|
|
|
|
|
}
|
2021-08-31 10:57:13 +00:00
|
|
|
/// @use-src 0:"viair_abicoder_v1/input.sol"
|
2020-11-26 21:33:36 +00:00
|
|
|
object "test_11_deployed" {
|
|
|
|
code {
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:79:169 "contract test {..."
|
2020-11-26 21:33:36 +00:00
|
|
|
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
|
|
|
|
2021-04-29 14:26:21 +00:00
|
|
|
if callvalue() { revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb() }
|
2020-11-26 21:33:36 +00:00
|
|
|
abi_decode_tuple_(4, calldatasize())
|
|
|
|
let ret_0 := fun_f_10()
|
2021-04-08 12:57:18 +00:00
|
|
|
let memPos := allocate_unbounded()
|
2020-11-26 21:33:36 +00:00
|
|
|
let memEnd := abi_encode_tuple_t_bool__to_t_bool__fromStack(memPos , ret_0)
|
|
|
|
return(memPos, sub(memEnd, memPos))
|
|
|
|
}
|
|
|
|
|
|
|
|
default {}
|
|
|
|
}
|
|
|
|
if iszero(calldatasize()) { }
|
2021-04-29 14:26:21 +00:00
|
|
|
revert_error_42b3090547df1d2001c96683413b8cf91c1b902ef5e3cb8d9f6f304cf7446f74()
|
2020-11-26 21:33:36 +00:00
|
|
|
|
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)
|
|
|
|
}
|
|
|
|
|
2020-11-26 21:33:36 +00:00
|
|
|
function abi_decode_tuple_(headStart, dataEnd) {
|
2021-04-29 14:26:21 +00:00
|
|
|
if slt(sub(dataEnd, headStart), 0) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }
|
2020-11-26 21:33:36 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2021-09-07 16:00:20 +00:00
|
|
|
function cleanup_t_bool(value) -> cleaned {
|
|
|
|
cleaned := iszero(iszero(value))
|
|
|
|
}
|
|
|
|
|
2020-11-26 21:33:36 +00:00
|
|
|
function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {
|
|
|
|
mstore(pos, cleanup_t_bool(value))
|
|
|
|
}
|
|
|
|
|
|
|
|
function abi_encode_tuple_t_bool__to_t_bool__fromStack(headStart , value0) -> tail {
|
|
|
|
tail := add(headStart, 32)
|
|
|
|
|
|
|
|
abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2021-09-07 16:00:20 +00:00
|
|
|
function revert_error_42b3090547df1d2001c96683413b8cf91c1b902ef5e3cb8d9f6f304cf7446f74() {
|
|
|
|
revert(0, 0)
|
2020-11-26 21:33:36 +00:00
|
|
|
}
|
|
|
|
|
2021-09-07 16:00:20 +00:00
|
|
|
function zero_value_for_split_t_bool() -> ret {
|
|
|
|
ret := 0
|
2020-11-26 21:33:36 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 15:40:11 +00:00
|
|
|
/// @ast-id 10
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:99:167 "function f() public pure returns (bool) {..."
|
2021-01-25 15:57:25 +00:00
|
|
|
function fun_f_10() -> var__5 {
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:133:137 "bool"
|
2021-01-25 15:57:25 +00:00
|
|
|
let zero_t_bool_1 := zero_value_for_split_t_bool()
|
|
|
|
var__5 := zero_t_bool_1
|
2020-11-26 21:33:36 +00:00
|
|
|
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:156:160 "true"
|
2020-11-26 21:33:36 +00:00
|
|
|
let expr_7 := 0x01
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:149:160 "return true"
|
2021-01-25 15:57:25 +00:00
|
|
|
var__5 := expr_7
|
2020-11-26 21:33:36 +00:00
|
|
|
leave
|
|
|
|
|
|
|
|
}
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:79:169 "contract test {..."
|
2020-11-26 21:33:36 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2021-06-08 14:35:37 +00:00
|
|
|
data ".metadata" hex"<BYTECODE REMOVED>"
|
2020-11-26 21:33:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|