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

17 lines
306 B
Plaintext
Raw Normal View History

2021-03-09 13:53:10 +00:00
{ for { let z := 0 } 1 { } { let x := 3 } let t := 2 }
// ====
// stackOptimization: true
// ----
2021-09-15 15:01:40 +00:00
// /* "":17:18 */
// 0x00
// /* "":6:20 */
// pop
// /* "":27:41 */
// tag_1:
// /* "":38:39 */
// 0x03
// /* "":27:41 */
// pop
// /* "":23:26 */
// jump(tag_1)