[all-commits] [llvm/llvm-project] 9aebfd: [flang] Allow `cycle` in `target teams distribute ...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Jun 24 05:21:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9aebfde1e70cbc1e1ac5b9d5d31352a88eea834b
https://github.com/llvm/llvm-project/commit/9aebfde1e70cbc1e1ac5b9d5d31352a88eea834b
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M flang/lib/Semantics/check-directive-structure.h
M flang/test/Semantics/OpenMP/do05-positivecase.f90
Log Message:
-----------
[flang] Allow `cycle` in `target teams distribute [simd]` (#145462)
flang incorrectly issues a semantic erorr when a `cycle` statement is
used inside a `target teams distribute [simd]` associated loop. This is
not prevented by the spec, therefore this PR allows such construct.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list