[all-commits] [llvm/llvm-project] 0280f9: [SLP]Fix PR95925: extract vectorized index of the ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Jun 25 14:08:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0280f97b36c83a7129e5dbce53c603b7ec5d82fe
      https://github.com/llvm/llvm-project/commit/0280f97b36c83a7129e5dbce53c603b7ec5d82fe
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/insertelement-uses-vectorized-index.ll

  Log Message:
  -----------
  [SLP]Fix PR95925: extract vectorized index of the potential buildvector sequence.

If the vectorized scalar is not the insert value in the buildvector
sequence but the index, it should be always extracted.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list