llvm
b87110e2 - [SimplifyCFG] Avoid use of ConstantExpr::getIntegerCast() (NFC)

Commit
2 years ago
[SimplifyCFG] Avoid use of ConstantExpr::getIntegerCast() (NFC) We're working on a ConstantInt here, so constant folding will always succeed. Just avoid using the ConstantExpr API.
Author
Committer
Parents
Loading