llvm
79bd1d8a
- [SLPVectorizer] Avoid use of ConstantExpr::getIntegerCast() (NFC)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[SLPVectorizer] Avoid use of ConstantExpr::getIntegerCast() (NFC) We are working on a ConstantInt here, so folding will always succeed. This just avoids use of the ConstantExpr API.
References
#11757 - LLVM and SPIRV-LLVM-Translator pulldown (WW44)
Author
nikic
Committer
nikic
Parents
3a2fbf54
Loading