[all-commits] [llvm/llvm-project] bb3e0d: [SLP]Fix PR79193: skip analysis of gather nodes fo...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Jan 23 12:48:11 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb3e0d7fc34899f22cbaea311982098bae3de061
https://github.com/llvm/llvm-project/commit/bb3e0d7fc34899f22cbaea311982098bae3de061
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/SystemZ/minbitwidth-non-vector-root.ll
Log Message:
-----------
[SLP]Fix PR79193: skip analysis of gather nodes for minbitwidth.
No need in trying to analyze small graphs with gather node only to avoid
crash.
More information about the All-commits
mailing list