[llvm-branch-commits] [OpenMP] Add OpenMP 6.0 taskgraph parsing/trivial semantics (PR #194050)

Amit Tiwari via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat May 2 04:35:36 PDT 2026


https://github.com/amitamd7 commented:

No diagnostic added for `this clause is not valid on taskgraph`. The sema accepts any clause set silently because `ActOnOpenMPTaskgraphDirective` just forwards `Clauses` to `Create`. 

https://github.com/llvm/llvm-project/pull/194050


More information about the llvm-branch-commits mailing list