llvm-project
1336e3d0
- [ConstantFold] Fold `ilogb` and `ilogbf` when the input parameter is a constant value. (#113014)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[ConstantFold] Fold `ilogb` and `ilogbf` when the input parameter is a constant value. (#113014) This patch adds support for constant folding for the `ilogb` and `ilogbf` libc functions.
References
#113014 - [ConstantFold] Fold `ilogb` and `ilogbf` when the input parameter is a constant value.
Author
c8ef
Parents
cba5c77a
Loading