[Openmp-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Add `#pragma omp flatten` loop directive + `depth` clause (PR #206977)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 12 03:28:48 PDT 2026
================
@@ -161,6 +161,7 @@ def OMPC_Depobj : Clause<[Spelling<"depobj">]> {
let isImplicit = true;
}
def OMPC_Depth : Clause<[Spelling<"depth">]> {
+ let clangClass = "OMPDepthClause";
----------------
Meinersbur wrote:
This file claims `depth` is also supported on `fuse`. Can you make it an error diagnostic to be not yet supported when applied to fuse?
https://github.com/llvm/llvm-project/pull/206977
More information about the Openmp-commits
mailing list