get_submodules.sh: take into account imath submodule of isl
[ppn.git] / README
blob90354bcc78ab626483170eb151e1a03d5646e67b
1 isa, a tool for Integer Set Analysis
3 Some common commands:
5 - extract a polyhedral model from test.c
7         c2pdg test.c
9   The polyhedral model is stored in test.yaml
11 - perform dataflow analysis
13         da -i test.yaml
15   The results are stored in test_da.yaml
17 - print dependences
19         dump_dependences < test_da.yaml
21 - convert to a process network
23         pn < test.yaml > test_pn.yaml
25 - write out C code again for a (possibly transformed) polyhedral model
27         pdg2c test.c test_pn.yaml