[llvm-branch-commits] [flang] [Flang][OpenMP][Offload] Modify MapInfoFinalization to handle attach mapping and 6.1's ref_* and attach map keywords (PR #177715)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 8 10:13:15 PDT 2026
================
@@ -539,8 +819,7 @@ class MapInfoFinalizationPass
mlir::TypeAttr::get(fir::unwrapRefType(coord.getType())), mapTypeAttr,
builder.getAttr<mlir::omp::VariableCaptureKindAttr>(
mlir::omp::VariableCaptureKind::ByRef),
- /*varPtrPtr=*/mlir::Value{},
- /*varPtrPtrType=*/mlir::TypeAttr{},
+ /*varPtrPtr=*/mlir::Value{}, mlir::TypeAttr{},
----------------
agozillon wrote:
nice catch! Think I summoned that from a minor downstream difference we have...
https://github.com/llvm/llvm-project/pull/177715
More information about the llvm-branch-commits
mailing list