================
@@ -38,6 +38,125 @@ typedef float float2 __attribute__((ext_vector_type(2)));
 typedef float float4 __attribute__((ext_vector_type(4)));
 typedef double double2 __attribute__((ext_vector_type(2)));
 
+// CIR-LABEL: @_Z8nvvm_ldgPKv
+// LLVM-LABEL: @_Z8nvvm_ldgPKv
+__device__ void nvvm_ldg(const void *p) {
+  // CIR: cir.cast address_space %{{.*}} : !cir.ptr<!s8i> -> !cir.ptr<!s8i, 
target_address_space(1)>
----------------
ayokunle321 wrote:

 Done. All good now? @erichkeane 

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

Reply via email to