Skip to content
Snippets Groups Projects
Martin Bauer's avatar
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 waLBerla / waLBerla
Source project has a limited visibility.
Name Last commit Last update