aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineCombiner.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2025-10-01 23:27:25 +0200
committerGitHub <noreply@github.com>2025-10-01 23:27:25 +0200
commit69a53b8d54a6876dd322923a148d47749b76c5fc (patch)
tree5cbca31065c2d8d566fdd53d4e11b9fde1763a13 /llvm/lib/CodeGen/MachineCombiner.cpp
parentf2c8c42821a8c6de8984a1e7a932233cf221d5c1 (diff)
downloadllvm-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 'llvm/lib/CodeGen/MachineCombiner.cpp')
0 files changed, 0 insertions, 0 deletions