llvm
79bd1d8a - [SLPVectorizer] Avoid use of ConstantExpr::getIntegerCast() (NFC)

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.
Author
Committer
Parents
Loading