[clang] [llvm] [Clang] [OpenMP] Add support for '#pragma omp stripe'. (PR #119891)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 04:41:18 PST 2025


================
@@ -14205,6 +14212,15 @@ static void collectLoopStmts(Stmt *AStmt, MutableArrayRef<Stmt *> LoopStmts) {
          "Expecting a loop statement for each affected loop");
 }
 
+/// Build and return a DeclRefExpr for the floor induction variable using the
+/// SemaRef and the provided parameters.
+static Expr *MakeFloorIVRef(Sema &SemaRef,
----------------
alexey-bataev wrote:

```suggestion
static Expr *makeFloorIVRef(Sema &SemaRef,
```

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


More information about the llvm-commits mailing list