[all-commits] [llvm/llvm-project] 48a4b1: [SLP]Fix whole vector registers calculations for c...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Apr 2 07:27:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48a4b14cb65d56ec3bbb473887c31d251092c83c
https://github.com/llvm/llvm-project/commit/48a4b14cb65d56ec3bbb473887c31d251092c83c
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/whole-registers-compare.ll
Log Message:
-----------
[SLP]Fix whole vector registers calculations for compares
Need to check that the calculated number of the elements is not larger
than the original number of scalars to prevent a compiler crash.
Fixes #134013
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