Michael Kruse 69a53b8d54
[Flang] Fix perfect loop nest detection (#161554)
PR #160283 uses `Unwrap` to detect a `continue` statement, but it
applied it on the loop body itelf which sometimes finds a trailing
continue statement, but not always. Apply `Unwrap` on the last body
statement instead, where the `continue` is expected.

Fixes #161529
2025-10-01 23:27:25 +02:00
..