about summary refs log tree commit diff homepage
path: root/test/ArrayOpt/test_update_list_order.c
AgeCommit message (Collapse)Author
2020-01-10Fix update_list_order.cMartin Nowack
2019-12-12[optimize-array] Fix update list read orderTimotej 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.