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

Jan Leyonberg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 29 05:49:52 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.
----------------
jsjodin wrote:

Maybe an example would help like in the other descriptions.

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


More information about the llvm-branch-commits mailing list