================
@@ -3861,6 +3694,9 @@ static void prepareTypeConverter(mlir::LLVMTypeConverter 
&converter,
     assert(!cir::MissingFeatures::addressSpace());
     return mlir::LLVM::LLVMPointerType::get(type.getContext());
   });
+  converter.addConversion([&](cir::CUDADeviceTextureType type) -> mlir::Type {
----------------
andykaylor wrote:

Yes, a follow-up PR for the surface type would be good.

https://github.com/llvm/llvm-project/pull/214781
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to