[Openmp-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)

Julian Brown via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 23 05:45:57 PDT 2025


================
@@ -6496,6 +6508,12 @@ StmtResult SemaOpenMP::ActOnOpenMPExecutableDirective(
            "No associated statement allowed for 'omp taskwait' directive");
     Res = ActOnOpenMPTaskwaitDirective(ClausesWithImplicit, StartLoc, EndLoc);
     break;
+  case OMPD_taskgraph:
+    assert(AStmt != nullptr &&
----------------
jtb20 wrote:

Fixed.

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


More information about the Openmp-commits mailing list