[llvm-branch-commits] [flang] [mlir] [Flang][MLIR][OpenMP] Add distinct var_ptr_ptr_type to omp.map.info operations (PR #177302)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 27 17:10:31 PST 2026


================
@@ -1240,14 +1241,16 @@ def MapInfoOp : OpenMP_Op<"map.info", [AttrSizedOperandSegments]> {
 
     Description of arguments:
     - `var_ptr`: The address of variable to copy.
-    - `var_type`: The type of the variable to copy.
+    - `var_ptr_type`: The type of the var_ptr variable to copy.
----------------
agozillon wrote:

Extended the overriding description example to include var_ptr_type as it was a little outdated. Although, as it's not exactly a named field when pretty printed it might not be entirely clear unfortunately. Not sure there's much to be done about that though, I imagine someone looking at the assembly format and description will be able to piece it together though :-) 

https://github.com/llvm/llvm-project/pull/177302


More information about the llvm-branch-commits mailing list