[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:38 PDT 2026


================
@@ -4526,6 +4526,14 @@ getUnknownRegionParams(Sema &SemaRef) {
   return Params;
----------------
amitamd7 wrote:

`checkNestingOfRegions()` for nested constructs inside `taskgraph` and `taskgraph` inside constructs is still something to look upon. Maybe the support could be added in the future PRs.

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


More information about the llvm-branch-commits mailing list