[Openmp-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Implement Loop splitting `#pragma omp split` directive (PR #183261)

Amit Tiwari via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 1 03:25:10 PDT 2026


================
@@ -0,0 +1,28 @@
+// RUN: %libomp-compile-and-run | FileCheck %s --match-full-lines
+
+#ifndef HEADER
+#define HEADER
----------------
amitamd7 wrote:

Removed from all wherever applicable for `split`.

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


More information about the Openmp-commits mailing list