solidity/test/libyul/evmCodeTransform/stackReuse/function_retparam_unassigned_multiple.yul
Daniel Kirchner fd36ec3dca Test updates.
2021-07-06 19:05:36 +02:00

22 lines
314 B
Plaintext

{
function f() -> x, y, z { pop(callvalue()) }
}
// ====
// stackOptimization: true
// ----
// stop
// /* "":6:50 */
// tag_1:
// 0x00
// swap1
// 0x00
// swap1
// 0x00
// swap1
// /* "":36:47 */
// callvalue
// /* "":32:48 */
// pop
// /* "":6:50 */
// jump // out