solidity/test/libyul/evmCodeTransform/stackReuse/function_retparam_leave.yul
Daniel Kirchner 1a0605c594 Update tests.
2021-11-03 12:39:55 +01:00

21 lines
356 B
Plaintext

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