You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the test, system doesn't see option for optimization inside Accum function (d = a + 1 + 2 -> d = a + 3). It should be implemented. How to do that:
Implement ConstantFolding for Accum process unit (options).
Implement decision propagation across bus network and target system.
To see what happens in the test more clear -- use trace* functions.
The text was updated successfully, but these errors were encountered:
In test:
As you can see in the test, system doesn't see option for optimization inside Accum function (
d = a + 1 + 2
->d = a + 3
). It should be implemented. How to do that:The text was updated successfully, but these errors were encountered: