[all-commits] [llvm/llvm-project] 8361c5: [SLPVectorizer] Handle external load/store pointer...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Mar 14 08:55:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8361c5da30588d3d4a48eae648f53be1feb5cfad
      https://github.com/llvm/llvm-project/commit/8361c5da30588d3d4a48eae648f53be1feb5cfad
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/test/Transforms/SLPVectorizer/X86/opaque-ptr.ll

  Log Message:
  -----------
  [SLPVectorizer] Handle external load/store pointer uses with opaque pointers

In this case we may not generate a bitcast, so the new load/store
becomes the external user.




More information about the All-commits mailing list