[PATCH] D81848: [flang][OpenMP] Upgrade support for Flush, Depend, Taskwait construct to OpenMP 5.0

Kiran Kumar T P via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 23:04:24 PDT 2020


kiranktp added a comment.

In D81848#2093052 <https://reviews.llvm.org/D81848#2093052>, @sscalpone wrote:

> @kiranktp Hi Kiran, Will any of the proposed OpenMP 5.1 features affect these features?
>
> Thanks!


Hi Steve,
I referred to OpenMP 5.1 standard as well. Among these 3 constructs, only Depend clause has a new dependence type addition to it. I have taken care of that as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81848/new/

https://reviews.llvm.org/D81848





More information about the llvm-commits mailing list