[all-commits] [llvm/llvm-project] 843ef7: [SLP]Update mapping between values and their match...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Wed Apr 2 12:21:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 843ef77dc22afd1923b891acd4c46c8f8c8c93ae
      https://github.com/llvm/llvm-project/commit/843ef77dc22afd1923b891acd4c46c8f8c8c93ae
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/matched-nodes-updated.ll

  Log Message:
  -----------
  [SLP]Update mapping between values and their matching entries upon selection

Need to update the mapping between gathered values and their matching
entries, if the list of the entries is updated and only some of them are
selected for final shuffling.

Fixes #134085



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