[llvm-branch-commits] [flang] [mlir] [OpenMP][MLIR] Add num_threads clause with dims modifier support (PR #171767)
Sergio Afonso via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 21 02:51:04 PST 2026
================
@@ -487,17 +487,19 @@ struct ParallelOpLowering : public OpRewritePattern<scf::ParallelOp> {
rewriter.eraseOp(reduce);
Value numThreadsVar;
----------------
skatrak wrote:
Nit: This can be made local to the `if` block.
```suggestion
```
https://github.com/llvm/llvm-project/pull/171767
More information about the llvm-branch-commits
mailing list