[llvm] [clang] Replace uses of CreatePointerBitCastOrAddrSpaceCast (NFC) (PR #68277)
    Nikita Popov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct  5 08:13:27 PDT 2023
    
    
  
================
@@ -2138,6 +2138,8 @@ class IRBuilderBase {
     return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
   }
 
+  // With opaque pointers enabled, this is same as CreateAddressSpaceCast.
----------------
nikic wrote:
All the IRBuilder cast methods are no-ops if old type == new type.
https://github.com/llvm/llvm-project/pull/68277
    
    
More information about the llvm-commits
mailing list