buildtools/cloog/test/non_optimal/dreamupT3.omega
Jerome Duval 5873a060ca imported PPL 0.11.1 and CLooG 0.18.0.
* these are dependencies for gcc 4 Graphite engine build.
* CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables.
* PPL is needed by GCC build even if it isn't the chosen backend.
2013-04-06 15:10:34 +02:00

18 lines
555 B
Plaintext

# CLooG -> OMEGA
# This is an automatic dump of an input file from a CloogProgram data
# structure. It can be correct ONLY if dumped before loop generation.
# Context (0 parameter(s)).
# Iteration domains:
IS10:={[c1,c2]: c1>=0 && -c1+31>=0 && c2>=0 && -c2+511>=0} ;
IS20:={[c1]: c1>=0 && -c1+127>=0} ;
IS30:={[c1,c2]: c1>=0 && -c1+126>=0 && c2>=0 && -c2+127>=0} ;
# Schedules:
T10:={[c1,c2] -> [1536c1+3c2,c1,c2]} ;
T20:={[c1] -> [384c1+1534,c1,0]} ;
T30:={[c1,c2] -> [384c1+3c2+1919,c1,c2]} ;
# CodeGen call:
codegen 3 T10:IS10, T20:IS20, T30:IS30 ;