llvm-project
06724d07
- [VectorCombine] Fix assertion failure with out of bounds extractelement (#206489)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
52 days ago
[VectorCombine] Fix assertion failure with out of bounds extractelement (#206489) Bail out if the extractelement index is out of bounds, otherwise we'll assert when trying to create the shuffle mask.
References
#206489 - [VectorCombine] Fix assertion failure with out of bounds extractelement
Author
nikic
Parents
27c707d1
Loading