[all-commits] [llvm/llvm-project] 4d1e4e: [IR] Avoid call to deprecated PointerType::get (NF...

Mats Jun Larsen via All-commits all-commits at lists.llvm.org
Mon Apr 7 05:09:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d1e4eff5f6c6c62781926b0d31ad155364ffe62
      https://github.com/llvm/llvm-project/commit/4d1e4eff5f6c6c62781926b0d31ad155364ffe62
  Author: Mats Jun Larsen <mats at jun.codes>
  Date:   2025-04-07 (Mon, 07 Apr 2025)

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

  Log Message:
  -----------
  [IR] Avoid call to deprecated PointerType::get (NFC) (#134609)

Should keep MSVC quiet as noticed by @rksimon in #134517.

Assertions have been copied over from PointerType::get in order to not
silently change invariants with this call.



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