[all-commits] [llvm/llvm-project] 984b46: [SLP] Add test to check for GEP vectorization

Zain Jaffal via All-commits all-commits at lists.llvm.org
Mon Mar 27 09:53:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 984b46e6cc2ad9291959827b99913deac90d698e
      https://github.com/llvm/llvm-project/commit/984b46e6cc2ad9291959827b99913deac90d698e
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    A llvm/test/Transforms/SLPVectorizer/AArch64/vector-getelementptr.ll

  Log Message:
  -----------
  [SLP] Add test to check for GEP vectorization

add a test to check for gep vectorization after the change from D144128 where the gep vectorization is dependant on the target hook `prefersVectorizedAddressing()`

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D146540




More information about the All-commits mailing list