llvm-project
95703642
- [SLP]Fix PR72202: wrong mask emission for the first found vector
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
1 year ago
[SLP]Fix PR72202: wrong mask emission for the first found vector operand. Need to copy the submask not to the very first part of the common extractelements vector mask, but to the proper one to avoid wrong code emission.
Author
alexey-bataev
Committer
alexey-bataev
Parents
9edc0f59
Files
2
llvm
lib/Transforms/Vectorize
SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86
extractelements-vector-ops-shuffle.ll
Loading