[all-commits] [llvm/llvm-project] a9b052: [SLP]Fix PR59693: Do not crash trying to set inser...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Dec 27 06:03:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9b052e2efc5600bab7122a627ca0a65022ee2f5
https://github.com/llvm/llvm-project/commit/a9b052e2efc5600bab7122a627ca0a65022ee2f5
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2022-12-27 (Tue, 27 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/buildvector_splat_extractvalue.ll
Log Message:
-----------
[SLP]Fix PR59693: Do not crash trying to set insert point for buildvector
of extractvalues.
No need to get the last instruction only for vectorized extractvalues,
for gathered(buildvector sequence) still need to get the insertion
point.
More information about the All-commits
mailing list