[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:22:39 PST 2025
================
@@ -709,8 +715,12 @@ static ParseResult parseBlockArgRegion(OpAsmParser &parser, Region ®ion,
return parser.parseRegion(region, entryBlockArgs);
}
-static ParseResult parseHostEvalInReductionMapPrivateRegion(
+// See custom<HasDeviceAddrHostEvalInReductionMapPrivateRegion> in the
+// definition of TargetOp.
+static ParseResult parseHasDeviceAddrHostEvalInReductionMapPrivateRegion(
----------------
kparzysz wrote:
Renamed.
https://github.com/llvm/llvm-project/pull/128568
More information about the flang-commits
mailing list