[flang-commits] [flang] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri Feb 28 04:23:18 PST 2025
================
@@ -765,6 +779,7 @@ static ParseResult parseInReductionPrivateReductionRegion(
return parseBlockArgRegion(parser, region, args);
}
+// See custom<PrivateRegion> in the definition of SingleOp.
----------------
kparzysz wrote:
Removed the individual comments, added two general ones to explain the connection to the .td file.
https://github.com/llvm/llvm-project/pull/128568
More information about the flang-commits
mailing list