[all-commits] [llvm/llvm-project] f4c5c4: [flang][openacc] Enforce no branching out of compu...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 28 08:50:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4c5c470cdd6962550cfbdd41318b3a63a9d3747
https://github.com/llvm/llvm-project/commit/f4c5c470cdd6962550cfbdd41318b3a63a9d3747
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M flang/lib/Semantics/check-acc-structure.cpp
M flang/test/Parser/acc-unparse.f90
M flang/test/Semantics/OpenACC/acc-branch.f90
Log Message:
-----------
[flang][openacc] Enforce no branching out of compute region for combined construct (#73581)
`A program may not branch into or out of a compute construct.` This
restriction is also true for combined constructs. This patch enforce
this rule.
More information about the All-commits
mailing list