[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)
Sergio Afonso
llvmlistbot at llvm.org
Fri Dec 6 05:02:42 PST 2024
================
@@ -615,15 +632,14 @@ static ParseResult parseBlockArgClause(
if (succeeded(parser.parseOptionalKeyword(keyword))) {
if (!reductionArgs)
return failure();
-
----------------
skatrak wrote:
Nit: I'd suggest leaving the space in, which it's the same formatting as the other overloads of this function.
https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list