[flang-commits] [flang] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Feb 27 08:59:02 PST 2025


================
@@ -268,8 +286,7 @@ class MapInfoFinalizationPass
     // TODO: map the addendum segment of the descriptor, similarly to the
     // base address/data pointer member.
     mlir::Value descriptor = getDescriptorFromBoxMap(op, builder);
-    auto baseAddr = genBaseAddrMap(descriptor, op.getBounds(),
----------------
kparzysz wrote:

The two other places are guarded with conditions, since we don't want to create this op in all cases.

https://github.com/llvm/llvm-project/pull/128568


More information about the flang-commits mailing list