solidity/test/libyul/evmCodeTransform/stackReuse/function_retparam_block.yul

25 lines
425 B
Plaintext
Raw Normal View History

{
function f() -> x { pop(address()) { pop(callvalue()) } }
}
// ====
// stackOptimization: true
// ----
2021-09-15 15:01:40 +00:00
// /* "":0:65 */
// stop
// /* "":6:63 */
// tag_1:
// /* "":22:23 */
// 0x00
// /* "":6:63 */
// swap1
// /* "":30:39 */
// address
// /* "":26:40 */
// pop
// /* "":47:58 */
// callvalue
// /* "":43:59 */
// pop
// /* "":6:63 */
// jump // out