[passes] linearisation: correction (10 -> pre (20 -> 30)) works

This commit is contained in:
Arnaud DABY-SEESARAM
2022-12-16 09:44:22 +01:00
parent 7c2c43fe24
commit 3417d75620
3 changed files with 7 additions and 11 deletions

View File

@@ -1,7 +1,4 @@
node diagonal_int (i: int) returns (o1, o2 : int);
var y: int;
node main (i: int) returns (o1: int);
let
o2 = y;
y = i;
o1 = i;
o1 = 10 -> pre (20 -> 30);
tel