[all-commits] [llvm/llvm-project] 70f410: [OpenACC] Implement compound construct parsing (#7...
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon Nov 20 11:46:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70f41022546ea8b2b41ad70702124acd4ed488dc
https://github.com/llvm/llvm-project/commit/70f41022546ea8b2b41ad70702124acd4ed488dc
Author: Erich Keane <ekeane at nvidia.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M clang/include/clang/Basic/OpenACCKinds.h
M clang/lib/Parse/ParseOpenACC.cpp
M clang/test/ParserOpenACC/parse-constructs.c
Log Message:
-----------
[OpenACC] Implement compound construct parsing (#72692)
This patch implements the compound construct parsing, which allows
'parallel loop', 'serial loop', and 'kernel loop' to act as their own
constructs.
More information about the All-commits
mailing list