update barvinok for conversion to isl code generator
[ppn.git] / README
blobc447f54f55541212d677b44c316dac1d7019d31b
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     sloog -domains test_pn.yaml test_d.spd test_t.spd
28     s2c test_t.spd