2020-04-24 12:24:48 +00:00
|
|
|
Optimized IR:
|
2021-05-27 20:05:21 +00:00
|
|
|
/*=====================================================*
|
2020-04-24 12:24:48 +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-04-24 12:24:48 +00:00
|
|
|
|
2021-08-31 10:57:13 +00:00
|
|
|
/// @use-src 0:"yul_optimizer_steps/input.sol"
|
2020-11-26 21:33:36 +00:00
|
|
|
object "C_7" {
|
2020-04-24 12:24:48 +00:00
|
|
|
code {
|
|
|
|
{
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:80:112 "contract C..."
|
2020-10-15 14:25:15 +00:00
|
|
|
mstore(64, 128)
|
2021-04-29 14:26:21 +00:00
|
|
|
if callvalue()
|
|
|
|
{
|
|
|
|
revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb()
|
|
|
|
}
|
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"))
|
2020-04-24 12:24:48 +00:00
|
|
|
}
|
2021-04-29 09:43:27 +00:00
|
|
|
function allocate_unbounded() -> memPtr
|
|
|
|
{ memPtr := mload(64) }
|
2021-04-29 14:26:21 +00:00
|
|
|
function revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb()
|
|
|
|
{ revert(0, 0) }
|
2020-04-24 12:24:48 +00:00
|
|
|
}
|
2021-08-31 10:57:13 +00:00
|
|
|
/// @use-src 0:"yul_optimizer_steps/input.sol"
|
2020-11-26 21:33:36 +00:00
|
|
|
object "C_7_deployed" {
|
2020-04-24 12:24:48 +00:00
|
|
|
code {
|
|
|
|
{
|
2021-08-31 13:10:40 +00:00
|
|
|
/// @src 0:80:112 "contract C..."
|
2020-10-15 14:25:15 +00:00
|
|
|
mstore(64, 128)
|
2021-04-29 14:26:21 +00:00
|
|
|
revert_error_42b3090547df1d2001c96683413b8cf91c1b902ef5e3cb8d9f6f304cf7446f74()
|
2020-04-24 12:24:48 +00:00
|
|
|
}
|
2021-09-07 16:00:20 +00:00
|
|
|
function revert_error_42b3090547df1d2001c96683413b8cf91c1b902ef5e3cb8d9f6f304cf7446f74()
|
|
|
|
{ revert(0, 0) }
|
2020-04-24 12:24:48 +00:00
|
|
|
}
|
2021-06-08 14:35:37 +00:00
|
|
|
data ".metadata" hex"<BYTECODE REMOVED>"
|
2020-04-24 12:24:48 +00:00
|
|
|
}
|
|
|
|
}
|