[llvm-branch-commits] [flang] [mlir] [Flang][MLIR][OpenMP] Add distinct var_ptr_ptr_type to omp.map.info operations (PR #177302)
Pranav Bhandarkar via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 26 21:51:15 PST 2026
================
@@ -4476,10 +4476,14 @@ static void collectMapDataFromMapOperands(
mapData.BasePointers.push_back(mapData.OriginalValue.back());
}
- mapData.BaseType.push_back(
- moduleTranslation.convertType(mapOp.getVarType()));
+ // In every situation we currently have if we have a varPtrPtr present
----------------
bhandarkar-pranav wrote:
Exactly! This is where the 'originating struct' statement falls apart in my view.
https://github.com/llvm/llvm-project/pull/177302
More information about the llvm-branch-commits
mailing list