llvm-project
d5d6f606
- [ValueTracking] Support scalable vectors for ExtractElement in computeKnownFPClass. (#143051)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
249 days ago
[ValueTracking] Support scalable vectors for ExtractElement in computeKnownFPClass. (#143051) We can support scalable vectors by setting the demanded mask to APInt(1, 1) to demand the whole vector.
References
#143051 - [ValueTracking] Support scalable vectors for ExtractElement in computeKnownFPClass.
Author
topperc
Parents
ea709c7d
Loading