[all-commits] [llvm/llvm-project] 8d9928: [InstCombine] Remove some pointer element type acc...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jan 27 01:15:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d992862a0281d595d08d172ab6fb48f8cd7395c
      https://github.com/llvm/llvm-project/commit/8d992862a0281d595d08d172ab6fb48f8cd7395c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  [InstCombine] Remove some pointer element type accesses

One of these is guarded against opaque pointers, and the others
were accessing the call function type in a rather convoluted way.




More information about the All-commits mailing list