[all-commits] [llvm/llvm-project] 29e467: [llvm] Deprecate Type::getPointerTo() (#113331)

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Wed Nov 6 08:50:57 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29e467fc78eb8b4308b57272ca4ad0d1f744f25f
      https://github.com/llvm/llvm-project/commit/29e467fc78eb8b4308b57272ca4ad0d1f744f25f
  Author: Youngsuk Kim <youngsuk.kim at hpe.com>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M llvm/include/llvm/IR/Type.h

  Log Message:
  -----------
  [llvm] Deprecate Type::getPointerTo() (#113331)

`llvm::Type::getPointerTo()` is no longer needed with opaque pointers in LLVM.
It may rather confuse new contributors to think that LLVM has typed pointers.



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