llvm-project
39351f8e - [OpenACC] Implement AST/Sema for combined constructs

Commit
1 year ago
[OpenACC] Implement AST/Sema for combined constructs Combined constructs (OpenACC 3.3 section 2.11) are a short-cut for writing a `loop` construct immediately inside of a `compute` construct. However, this interaction requires we do additional work to ensure that we get the semantics between the two correct, as well as diagnostics. This patch adds the semantic analysis for the constructs (but no clauses), as well as the AST nodes.
Author
Committer
Parents
Loading