[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
Mon Oct 6 12:10:10 PDT 2025


================
@@ -12751,6 +12819,12 @@ void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF,
   llvm_unreachable("Not supported in SIMD-only mode");
 }
 
+void CGOpenMPSIMDRuntime::emitTaskgraphCall(CodeGenFunction &CGF,
+                                            SourceLocation Loc,
+                                            const OMPExecutableDirective &D) {
+  llvm_unreachable("Not supported in SIMD-only mode");
----------------
alexey-bataev wrote:

Shall we support it in simd mode at all? I assume, it must be just ignored in simd-only

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


More information about the llvm-branch-commits mailing list