[PATCH] D86655: [flang][openacc] Add check for tile clause restriction
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 19:08:22 PDT 2020
clementval added inline comments.
================
Comment at: flang/lib/Parser/openacc-parsers.cpp:134
// 2.9 (1609) size-expr is one of:
+// *
// int-expr
----------------
klausler wrote:
> This production in the comment does not match the production in the code.
Changed it to be an empty optional.
================
Comment at: flang/lib/Parser/openacc-parsers.cpp:141
+// tile size is one of:
+// *
+// constant-int-expr
----------------
klausler wrote:
> Comment does not match the code.
Changed it to be an empty optional.
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