[all-commits] [llvm/llvm-project] b15759: [SLP]Do not include copyable data to the same user...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Fri Aug 15 12:37:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b157599156942de04d1174a5dbf5d07ca81256d7
      https://github.com/llvm/llvm-project/commit/b157599156942de04d1174a5dbf5d07ca81256d7
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2025-08-15 (Fri, 15 Aug 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/schedule-same-user-with-copyable.ll

  Log Message:
  -----------
  [SLP]Do not include copyable data to the same user twice

If the copyable schedule data is created and the user is used several
times in the user node, no need to count same data for the same user
several times, need to include it only ones.

Fixes #153754



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