================
@@ -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 {
----------------
Siya-05 wrote:
Thanks @andykaylor! Also, regarding the surface type, should I make the
corresponding higher-level CIR type change in a separate follow-up PR?
https://github.com/llvm/llvm-project/pull/214781
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits