================
@@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
