[llvm-branch-commits] [OpenMP] Add 'replayable' clause (for 'taskgraph' support) (PR #194053)

Julian Brown via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 24 13:54:58 PDT 2026


https://github.com/jtb20 created https://github.com/llvm/llvm-project/pull/194053

This patch adds support for the 'replayable' clause to Clang.  This is
used to mark that the directive the clause is used on participates in
taskgraph recording and replay: thus, when the clause is present, the
new API routines introduced in a previous patch are emitted.

commit-id:4a9a97fd





More information about the llvm-branch-commits mailing list