[all-commits] [llvm/llvm-project] 463529: [OpenACC] Implement 'tile' clause parsing
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Jan 26 08:54:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 463529f31b90c9bc8c564a2071748683af166f11
https://github.com/llvm/llvm-project/commit/463529f31b90c9bc8c564a2071748683af166f11
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M clang/include/clang/Basic/OpenACCKinds.h
M clang/include/clang/Parse/Parser.h
M clang/lib/Parse/ParseOpenACC.cpp
M clang/test/ParserOpenACC/parse-clauses.c
Log Message:
-----------
[OpenACC] Implement 'tile' clause parsing
The 'tile' clause takes a 'size-expr-list', where a 'size-expr' is
either an asterisk or an integral constant expression. This patch
parsess it as an assignment expression, which we'll check for constness
and type in Sema.
More information about the All-commits
mailing list