"README.md" did not exist on "b816bb31d0ca1e47dc606e583c48d1320b2173c6"
-
Martin Bauer authored
problem in moveConstantBeforeLoops transformation: --> a should end up here { for() { const int a = 5; } for() { const int a = 5 } } the "a" of the lower loop was not moved up, since it could not move across first loop (which is wrong)
b207d071
Forked from
pycodegen / pystencils
Source project has a limited visibility.