[all-commits] [llvm/llvm-project] 1bdc6e: [LoopLoadElim] Support opaque pointers

aeubanks via All-commits all-commits at lists.llvm.org
Wed Feb 9 09:26:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bdc6eacba43c42016ac5d5f2edfd61d2867fb90
      https://github.com/llvm/llvm-project/commit/1bdc6eacba43c42016ac5d5f2edfd61d2867fb90
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
    A llvm/test/Transforms/LoopLoadElim/type-mismatch-opaque-ptr.ll

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

With typed pointers the pointer operand type checks the address space
and the load/store type. With opaque pointers we have to check the
load/store type separately.




More information about the All-commits mailing list