[all-commits] [llvm/llvm-project] 7730eb: [SLP]Do not to try to revectorize previously vecto...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Sun Aug 31 10:54:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7730ebce8e8fa84db4da04a7d8fe1977ccbf28ff
https://github.com/llvm/llvm-project/commit/7730ebce8e8fa84db4da04a7d8fe1977ccbf28ff
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/revectorize-phis.ll
Log Message:
-----------
[SLP]Do not to try to revectorize previously vectorized phis in loops
No need to try to revectorize previously vectorized phis in loops, it leads to
a compile time blow-up.
Fixes #155998
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