[all-commits] [llvm/llvm-project] fd93dc: [SLP]Correctly schedule standalone schedule data, ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Sun Sep 7 17:09:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd93dc5ac515557f30c9a569c73f6ebfd9b3039b
https://github.com/llvm/llvm-project/commit/fd93dc5ac515557f30c9a569c73f6ebfd9b3039b
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-09-07 (Sun, 07 Sep 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/X86/copyable-with-non-scheduled-parent-node.ll
A llvm/test/Transforms/SLPVectorizer/X86/parent-node-non-schedulable.ll
Log Message:
-----------
[SLP]Correctly schedule standalone schedule data, which is part of tree entry
If a standalone schedule data relates to a vectorized instruction, still
need to schedule it as a part of pseudo-bundle to correctly handle
dependencies between its child nodes.
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