[all-commits] [llvm/llvm-project] 3373c8: [Flang][OpenMP] Support depend clause for task con...
Prabhdeep Soni via All-commits
all-commits at lists.llvm.org
Tue Jun 6 07:21:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3373c8405c5e144567c2b25c28b54b4ac63b09b6
https://github.com/llvm/llvm-project/commit/3373c8405c5e144567c2b25c28b54b4ac63b09b6
Author: Prabhdeep Singh Soni <prabhdeep.singh.soni3 at huawei.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/task.f90
Log Message:
-----------
[Flang][OpenMP] Support depend clause for task construct, excluding array sections
This patch adds support for the OpenMP 4.0 depend clause for the task
construct, excluding array sections, to Flang lowering from parse-tree
to MLIR.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D146766
More information about the All-commits
mailing list