================
@@ -186,6 +186,32 @@ struct MapInfoOpConversion : public 
ConvertOpToLLVMPattern<omp::MapInfoOp> {
   }
 };
 
+struct DeclMapperOpConversion
----------------
TIFitis wrote:

I tried to use the `MultiRegionOpConversion` but it doesn't support Ops with a 
single region, and `RegionOpConversion` doesn't seem to have something like 
`forwardOpAttrs`.

Let me know if I'm missing something, otherwise the current approach seems like 
the only viable option to me :)

https://github.com/llvm/llvm-project/pull/121005
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to