llvm
b87110e2
- [SimplifyCFG] 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
[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.
References
#11757 - LLVM and SPIRV-LLVM-Translator pulldown (WW44)
Author
nikic
Committer
nikic
Parents
bc41b0ac
Loading