[PATCH] D88628: [flang][openacc] Fix semantic check for wait, cache and atomic directives

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 02:15:59 PDT 2020


kiranchandramohan added inline comments.


================
Comment at: flang/test/Semantics/acc-clause-validity.f90:448
+
+  !$acc cache(i, j)
+  !$acc cache(readonly: i, j)
----------------
should this be an array element or subarray?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88628



More information about the llvm-commits mailing list