Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | Fix update_list_order.c | Martin Nowack | |
2019-12-12 | [optimize-array] Fix update list read order | Timotej Kapus | |
ArrayExprOptimizer read the UpdateList in the wrong order, which meant that it used least recent update instead of the most recent one. This patch fixes this as well as adds a test to illustrate the issue. |