[all-commits] [llvm/llvm-project] 65af17: [flang][OpenMP][OpenACC] Fix exit of a region
PeixinQiao via All-commits
all-commits at lists.llvm.org
Sat May 28 01:36:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65af17c7a00df3f8906cded34b63b309e687cf61
https://github.com/llvm/llvm-project/commit/65af17c7a00df3f8906cded34b63b309e687cf61
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-05-28 (Sat, 28 May 2022)
Changed paths:
M flang/lib/Semantics/check-directive-structure.h
M flang/test/Semantics/OpenACC/acc-branch.f90
M flang/test/Semantics/omp-parallel02.f90
M flang/test/Semantics/omp-task01.f90
Log Message:
-----------
[flang][OpenMP][OpenACC] Fix exit of a region
The stop statement is allowed in OpenMP/OpenACC block region.
Reviewed By: kiranchandramohan, shraiysh
Differential Revision: https://reviews.llvm.org/D126471
More information about the All-commits
mailing list