[all-commits] [llvm/llvm-project] bfc237: [IR] Remove deprecated typed-pointer creation APIs...

Marc Auberer via All-commits all-commits at lists.llvm.org
Fri Jul 31 11:02:07 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bfc237a5154199383ce21d42f5ca55141a909c33
      https://github.com/llvm/llvm-project/commit/bfc237a5154199383ce21d42f5ca55141a909c33
  Author: Marc Auberer <marc.auberer at chillibits.com>
  Date:   2026-07-31 (Fri, 31 Jul 2026)

  Changed paths:
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/Type.h
    M llvm/lib/IR/Type.cpp

  Log Message:
  -----------
  [IR] Remove deprecated typed-pointer creation APIs (#212812)

Removes `PointerType::get(Type*, unsigned)`,
`PointerType::getUnqual(Type*)`, and `Type::getPointerTo(unsigned)`, the
last typed-pointer-creation leftovers from the opaque pointers
migration. All three have been marked deprecated for a while and have no
remaining in-tree callers; every caller already uses the
LLVMContext-taking overloads.

Co-authored-by: Claude <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list