[all-commits] [llvm/llvm-project] 9a7248: [SLP]Fix crash for scalarized vectors.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed May 17 06:34:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a7248f56164b44b07df421384c12541a91e6d84
https://github.com/llvm/llvm-project/commit/9a7248f56164b44b07df421384c12541a91e6d84
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/NVPTX/buildvector-scalarized.ll
Log Message:
-----------
[SLP]Fix crash for scalarized vectors.
Need to remove insertion of the nodes to the InVector in case of
scalarized vectors too to avoid compiler crashes.
More information about the All-commits
mailing list