[all-commits] [llvm/llvm-project] a36a67: [SLP]Fix the analysis of the user buildvector node...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Feb 28 13:25:54 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a36a67c79afaa1fdd0dbe0440ec852fd4eb3a532
https://github.com/llvm/llvm-project/commit/a36a67c79afaa1fdd0dbe0440ec852fd4eb3a532
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/user-buildvector-with-minbiwidth.ll
Log Message:
-----------
[SLP]Fix the analysis of the user buildvector nodes for minbitwidth
If the user node is a buildvector/gather node and it has no internal
instructions state, need to check properly for this state and check the
type of the node itself, not its operands.
Fixes #129242
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