[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)
Sergio Afonso
llvmlistbot at llvm.org
Thu Mar 6 08:52:15 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(),
----------------
skatrak wrote:
Ah, I see. Thanks for the explanation.
https://github.com/llvm/llvm-project/pull/128568
More information about the Mlir-commits
mailing list