Changes between Initial Version and Version 1 of Ticket #6089, comment 1


Ignore:
Timestamp:
2020-08-21T11:41:16Z (4 years ago)
Author:
Per Östlund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6089, comment 1

    initial v1  
    1 Fixed in [changeset:9fe6151/OpenModelica 9fe6151]. The NF now evaluates all sum/product reduction expressions with iteration ranges of known size. I'm not sure that's always a good idea, but we can always add conditions later if needed. We'll see that the library coverage testing says.
     1Fixed in [changeset:9fe6151/OpenModelica 9fe6151]. The NF now expands all sum/product reduction expressions with iteration ranges of known size. I'm not sure that's always a good idea, but we can always add conditions later if needed. We'll see that the library coverage testing says.
    22
    33I also added a simplification rule for vector calls with fully expanded arrays as arguments, for example `vector({{x}, {y}, {z}}) => {x, y, z}`, since I noticed the model has quite a lot of those.