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

21 lines
356 B
Plaintext
Raw Normal View History

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