[PATCH] D93213: [Flang] [OpenMP] Add semantic check for OpenMP private ,firstprivate and lastprivate clauses

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 15:19:20 PST 2020


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

LGTM.

In D93213#2452004 <https://reviews.llvm.org/D93213#2452004>, @praveen wrote:

> //"Variables that appear in namelist statements, **in variable format expressions**, or in expressions for statement function definitions, may not appear in a firstprivate clause."//
>
> @kiranchandramohan  I was not able to find the implementation for the "variable format expressions" . Do we have support for this part ?

I believe "variable format expressions" are not supported so we can skip this check,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93213



More information about the llvm-commits mailing list