1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00
kickc/src/test/ref/loopnest.cfg

36 lines
996 B
INI
Raw Normal View History

@begin: scope:[] from
2018-11-11 20:51:36 +00:00
[0] phi()
to:@1
@1: scope:[] from @begin
2018-11-11 20:51:36 +00:00
[1] phi()
[2] call main
2017-08-12 16:30:21 +00:00
to:@end
@end: scope:[] from @1
2018-11-11 20:51:36 +00:00
[3] phi()
main: scope:[main] from @1
2018-11-11 20:51:36 +00:00
[4] phi()
2017-07-28 01:08:19 +00:00
to:main::@1
main::@1: scope:[main] from main main::@2
2019-05-30 20:29:04 +00:00
[5] (byte) main::i#2 ← phi( main/(byte) $64 main::@2/(byte) main::i#1 )
2018-11-11 20:51:36 +00:00
[6] call nest
to:main::@2
main::@2: scope:[main] from main::@1
2018-11-11 20:51:36 +00:00
[7] (byte) main::i#1 ← -- (byte) main::i#2
2019-05-30 20:29:04 +00:00
[8] if((byte) main::i#1>(byte) 0) goto main::@1
2017-07-28 01:08:19 +00:00
to:main::@return
main::@return: scope:[main] from main::@2
2018-11-11 20:51:36 +00:00
[9] return
2017-08-12 16:30:21 +00:00
to:@return
nest: scope:[nest] from main::@1
2018-11-11 20:51:36 +00:00
[10] phi()
to:nest::@1
nest::@1: scope:[nest] from nest nest::@1
2019-05-30 20:29:04 +00:00
[11] (byte) nest::j#2 ← phi( nest/(byte) $64 nest::@1/(byte) nest::j#1 )
2018-11-11 20:51:36 +00:00
[12] *((const byte*) SCREEN#0) ← (byte) nest::j#2
[13] (byte) nest::j#1 ← -- (byte) nest::j#2
2019-05-30 20:29:04 +00:00
[14] if((byte) nest::j#1>(byte) 0) goto nest::@1
to:nest::@return
nest::@return: scope:[nest] from nest::@1
2018-11-11 20:51:36 +00:00
[15] return
2017-08-12 16:30:21 +00:00
to:@return