================
@@ -2138,6 +2138,8 @@ class IRBuilderBase {
     return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
   }
 
+  // With opaque pointers enabled, this is same as CreateAddressSpaceCast.
----------------
s-barannikov wrote:

I'll try to rephrase @arsenm comment.
If the types (= address spaces) are the same, 
CreatePointerBitCastOrAddrSpaceCast does nothing, while CreateAddressSpaceCast 
aborts. That is, they are equivalent iff the types are different.


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

Reply via email to