heptagon/compiler/minils/transformations
Cédric Pasteur 70787757aa Fixed normalization of fby
The incorrect behaviour was introduced in commit
6b86b86e9d.

We should have:
       o = v fby e
     becomes
       mem_o = v fby e;
       o = mem_o

The old way would break with:
 v = true fby false fby v
that would generate unschedulable code.
2011-09-08 11:45:43 +02:00
..
callgraph.ml Static constraints in the source. Equal removed 2011-06-09 14:53:40 +02:00
checkpass.ml Static constraints in the source. Equal removed 2011-06-09 14:53:40 +02:00
normalize_mem.ml Fixed normalization of fby 2011-09-08 11:45:43 +02:00
schedule.ml Rename Graph to Sgraph 2011-05-25 09:12:10 +02:00
schedule_interf.ml Merge branch 'memalloc' into decade 2011-07-21 08:50:45 +02:00
tomato.ml Made linearity field not optional 2011-09-07 17:51:31 +02:00