[all-commits] [llvm/llvm-project] 255b49: [SLP]Do not overflow number of the reduced values
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Sun Feb 15 11:03:00 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 255b493673e65201986d443c64db0a251a4ddbe8
https://github.com/llvm/llvm-project/commit/255b493673e65201986d443c64db0a251a4ddbe8
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2026-02-15 (Sun, 15 Feb 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/big-number-reduced-values.ll
Log Message:
-----------
[SLP]Do not overflow number of the reduced values
Need to trunc the total number of the reduced values, in case if the
number is too big
Fixes #181520
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