"astnodes.py" did not exist on "b207d071982367983a122a0759387dbaedf2d98f"

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)
Forked from
pycodegen / pystencils
1530 commits behind the upstream repository.
Name | Last commit | Last update |
---|---|---|
backends | ||
cpu | ||
gpucuda | ||
llvm | ||
__init__.py | ||
ast.py | ||
field.py | ||
finitedifferences.py | ||
slicing.py | ||
transformations.py | ||
typedsymbol.py |