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

Alexey Bataev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Sep 25 11:11:46 PDT 2025


================
@@ -1446,6 +1446,9 @@ def is_unexposed(self):
     # OpenMP stripe directive.
     OMP_STRIPE_DIRECTIVE = 310
 
+    # OpenMP taskgraph directive.
+    OMP_TASKGRAPH_DIRECTIVE = 311
+
----------------
alexey-bataev wrote:

this number is reserved for fuse directive already

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


More information about the llvm-branch-commits mailing list