TempPropagationOptimizer is not caching cached values
Closed this issue · 0 comments
dplassgit commented
This program gives the wrong output:
a=1
b=a
a=2
println b
It was printing 2 instead of 1.
Closed this issue · 0 comments
This program gives the wrong output:
a=1
b=a
a=2
println b
It was printing 2 instead of 1.