[all-commits] [llvm/llvm-project] 9c2d54: [OpenMP] [Flang] [Semantics] Add a missing semanti...
raghavendhra via All-commits
all-commits at lists.llvm.org
Wed Aug 9 11:04:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c2d54e96da4e375b0834097a2e545fdbdb48884
https://github.com/llvm/llvm-project/commit/9c2d54e96da4e375b0834097a2e545fdbdb48884
Author: Raghu Maddhipatla <Raghu.Maddhipatla at amd.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/resolve-directives.cpp
M flang/test/Semantics/OpenMP/firstprivate01.f90
Log Message:
-----------
[OpenMP] [Flang] [Semantics] Add a missing semantic check for OMP DISTRIBUTE directive.
Added semantic support for following restriction which applies to OMP DISTRIBUTE directives
- A list item may appear in a firstprivate or lastprivate clause but not both.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D157465
More information about the All-commits
mailing list