[PATCH] D92120: [flang][openacc] Update reference to OpenACC 3.1 specification

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 07:19:36 PST 2020


SouraVX accepted this revision.
SouraVX added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:149
-    // Restriction - 1962 -> (843-844) (PARALLEL LOOP)
-    CheckOnlyAllowedAfter(llvm::acc::Clause::ACCC_device_type,
-        {llvm::acc::Clause::ACCC_async, llvm::acc::Clause::ACCC_wait,
----------------
Please help me understand this:
This is a code change right ? Just curious, are there any test case modifications supporting this ? 
Or is it just code refactoring ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92120



More information about the llvm-commits mailing list