diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2025-10-01 23:27:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 23:27:25 +0200 |
commit | 69a53b8d54a6876dd322923a148d47749b76c5fc (patch) | |
tree | 5cbca31065c2d8d566fdd53d4e11b9fde1763a13 /clang/test/CodeGen/catch-pointer-overflow.c | |
parent | f2c8c42821a8c6de8984a1e7a932233cf221d5c1 (diff) | |
download | llvm-69a53b8d54a6876dd322923a148d47749b76c5fc.zip llvm-69a53b8d54a6876dd322923a148d47749b76c5fc.tar.gz llvm-69a53b8d54a6876dd322923a148d47749b76c5fc.tar.bz2 |
[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
Diffstat (limited to 'clang/test/CodeGen/catch-pointer-overflow.c')
0 files changed, 0 insertions, 0 deletions