================
@@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
