[all-commits] [llvm/llvm-project] d35e5a: [LSR] Simplify type check for opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Sep 22 01:23:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d35e5afc879f50b2b10f09ef83cc77877905a069
      https://github.com/llvm/llvm-project/commit/d35e5afc879f50b2b10f09ef83cc77877905a069
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

  Log Message:
  -----------
  [LSR] Simplify type check for opaque pointers (NFC)

For pointer types, checking the address space is the same as
type equality now, so we no longer need the special case.




More information about the All-commits mailing list