[llvm-branch-commits] [OpenMP] Add OpenMP 6.0 taskgraph parsing/trivial semantics (PR #194050)
Amit Tiwari via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat May 2 04:35:37 PDT 2026
================
@@ -2208,6 +2213,13 @@ class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime {
void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc,
const OMPTaskDataTy &Data) override;
+ /// Emit code for 'taskgraph' directive.
+ /// \param IfCond Expression evaluated in if clause associated with the target
----------------
amitamd7 wrote:
```suggestion
/// \param IfCond Expression evaluated in if clause associated with the taskgraph
```
https://github.com/llvm/llvm-project/pull/194050
More information about the llvm-branch-commits
mailing list