[flang-commits] [flang] [Flang][OpenMP] Fix USM `close` semantics and `use_device_ptr` (PR #163258)
Akash Banerjee via flang-commits
flang-commits at lists.llvm.org
Tue Oct 14 08:10:02 PDT 2025
================
@@ -727,11 +812,6 @@ class MapInfoFinalizationPass
argIface.getUseDeviceAddrBlockArgsStart() +
argIface.numUseDeviceAddrBlockArgs());
- mlir::MutableOperandRange useDevPtrMutableOpRange =
----------------
TIFitis wrote:
I've reverted this change to maintain consistency.
https://github.com/llvm/llvm-project/pull/163258
More information about the flang-commits
mailing list