[llvm-branch-commits] [clang] [flang] [llvm] [Clang][OpenMP] Add permutation clause (PR #92030)
Alexey Bataev via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 22 06:03:42 PDT 2024
================
@@ -9970,9 +9957,12 @@ checkOpenMPLoop(OpenMPDirectiveKind DKind, Expr *CollapseLoopCountExpr,
// Search for pre-init declared variables that need to be captured
// to be referenceable inside the directive.
SmallVector<Stmt *> Constituents;
- appendFlattendedStmtList(Constituents, DependentPreInits);
+ if (auto *CS = dyn_cast<CompoundStmt>(DependentPreInits))
----------------
alexey-bataev wrote:
Restore original
https://github.com/llvm/llvm-project/pull/92030
More information about the llvm-branch-commits
mailing list