[Openmp-commits] [PATCH] D153556: [OPENMP52] Initial support for doacross clause.
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 29 03:26:50 PDT 2023
ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:20871
TotalDepCount.getZExtValue());
+
if ((DepKind == OMPC_DEPEND_sink || DepKind == OMPC_DEPEND_source) &&
----------------
Remove this new line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153556/new/
https://reviews.llvm.org/D153556
More information about the Openmp-commits
mailing list