[all-commits] [llvm/llvm-project] 918015: [EarlyCSE] Support opaque pointers

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jan 6 08:09:08 PST 2022


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

  Changed paths:
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    A llvm/test/Transforms/EarlyCSE/opaque-ptr.ll

  Log Message:
  -----------
  [EarlyCSE] Support opaque pointers

Explicitly check the load/store value type, because this is no
longer implicitly checked through the pointer type.




More information about the All-commits mailing list