[all-commits] [llvm/llvm-project] 6b7b18: [SLP]Fix PR87329: crash on alternate cast vectoriz...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Apr 2 08:27:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b7b18a1a7fd37cea5f5d51569309e7ec954cefb
https://github.com/llvm/llvm-project/commit/6b7b18a1a7fd37cea5f5d51569309e7ec954cefb
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/ext-int-reduced-not-operand.ll
Log Message:
-----------
[SLP]Fix PR87329: crash on alternate cast vectorization.
Need to fix the analysis for the alternate instructions, based on int
extension operations. If the alternate extension node is resized, but
not the operand, need to resize the node and do not shuffle final
result, we end up only with trunc instruction.
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