[all-commits] [llvm/llvm-project] 79314c: [SLP]Fix PR90224: check that users of gep are all ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Apr 26 11:51:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79314c64d0f88fa4ccc1709dee373fdfb9a6ca49
https://github.com/llvm/llvm-project/commit/79314c64d0f88fa4ccc1709dee373fdfb9a6ca49
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/gep-with-extractelement-many-users.ll
Log Message:
-----------
[SLP]Fix PR90224: check that users of gep are all vectorized.
Before deleting extractelement instruction for vectorized GEP with
external users, need to check that all users vectorized before deleting
this extractelement.
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