There was an error fetching the commit references. Please try again later.
Changed symbolsRead/ symbolsDefined semantics
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)
Please register or sign in to comment