[llvm-branch-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)
Julian Brown via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 26 08:19:27 PDT 2025
================
@@ -1446,6 +1446,9 @@ def is_unexposed(self):
# OpenMP stripe directive.
OMP_STRIPE_DIRECTIVE = 310
+ # OpenMP taskgraph directive.
+ OMP_TASKGRAPH_DIRECTIVE = 311
+
----------------
jtb20 wrote:
I've changed the number to 312 (but I don't think the other patch is committed yet, so there's a hole in the numbering for now).
https://github.com/llvm/llvm-project/pull/159774
More information about the llvm-branch-commits
mailing list