[PATCH] D86655: [flang][openacc] Add check for tile clause restriction

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 09:20:01 PDT 2020


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


================
Comment at: flang/lib/Parser/openacc-parsers.cpp:134
 // 2.9 (1609) size-expr is one of:
+//   *
 //   int-expr
----------------
This production in the comment does not match the production in the code.


================
Comment at: flang/lib/Parser/openacc-parsers.cpp:141
+// tile size is one of:
+//   *
+//   constant-int-expr
----------------
Comment does not match the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86655



More information about the llvm-commits mailing list