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

[Eva] The automatic loop unrolling supports nested loop exit conditions.

This is required to automatically unroll loops with conditions such as
`nondet && x < 100`, as this is converted by the Frama-C kernel as two
nested conditional statements, where only the second one can be used to
unroll the loop.
parent 1ba547d5
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