Skip to content
Snippets Groups Projects
Commit 827b79dc authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes the automatic loop unrolling.

If an lvalue [lv1] from a loop exit condition is always assigned to the value of
another lvalue [lv2] in the loop body, then the heuristic uses [lv2] as loop
variant instead of [lv1].
This commit ensures that this replacement is only done if [lv1] is assigned
to the value [lv2] in all possible path of the loop body.
parent 87269798
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment