[clang] [llvm] [openmp] [Clang][OpenMP] Add `#pragma omp flatten` loop directive + `depth` clause (PR #206977)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 04:18:34 PDT 2026
================
@@ -0,0 +1,154 @@
+// Check no warnings/errors
+// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -fopenmp-version=60 -fsyntax-only -verify %s
----------------
Meinersbur wrote:
```suggestion
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -fopenmp-version=61 -fsyntax-only -verify %s
```
https://github.com/llvm/llvm-project/pull/206977
More information about the cfe-commits
mailing list