buildtools/cloog/test/infinite.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

14 lines
348 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 (2 parameter(s)).
Symbolic M, N ;
# Iteration domains:
IS10:={[i]: 1>=0} ;
IS20:={[i,j]: i-1>=0 && -i+N>=0 && j-1>=0 && -j+M>=0 && 1>=0} ;
# CodeGen call:
codegen 2 IS10, IS20 ;