[all-commits] [llvm/llvm-project] ab8598: [IR] Remove unnecessary pointer type check (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Dec 8 07:56:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab8598e088dc406f0cd30f34aa8b08f98e73c652
      https://github.com/llvm/llvm-project/commit/ab8598e088dc406f0cd30f34aa8b08f98e73c652
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M llvm/lib/IR/Type.cpp

  Log Message:
  -----------
  [IR] Remove unnecessary pointer type check (NFC)

With opaque pointers, the address spaces will only be the same if
the types are the same, in which case this would have been handled
at the start of the method already.




More information about the All-commits mailing list