[flang-commits] [flang] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Thu Feb 27 06:31:04 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:
I guess I might be missing something, but it looks like the change here was to just copy it in two spots below. Why can't it be kept in one place?
https://github.com/llvm/llvm-project/pull/128568
More information about the flang-commits
mailing list