An error occurred while fetching folder content.

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
waLBerla / waLBerla
Source project has a limited visibility.
Name | Last commit | Last update |
---|---|---|
.. |