[all-commits] [llvm/llvm-project] 30d484: [SLP]Fix a crash when trying to convert masked gat...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed May 22 08:09:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30d484fa994577216736e797b6c6e74483a56641
https://github.com/llvm/llvm-project/commit/30d484fa994577216736e797b6c6e74483a56641
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/RISCV/scatter-vectorize-reversed.ll
Log Message:
-----------
[SLP]Fix a crash when trying to convert masked gather nodes to strided.
Need to check if the loads node is masked gather. Only vectorized loads
can be converted to strided.
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