solidity/test/libyul/evmCodeTransform/nonempty_initial_layout.yul

18 lines
346 B
Plaintext
Raw Normal View History

2021-09-15 15:01:40 +00:00
{
if 0x2000000000000000000000000000000000000000000000000000000000 {}
}
// ====
// stackOptimization: true
// ----
// /* "":9:69 */
// 0x2000000000000000000000000000000000000000000000000000000000
// /* "":6:72 */
// tag_1
// jumpi
// /* "":0:74 */
// tag_2:
// stop
// /* "":70:72 */
// tag_1:
// jump(tag_2)