llvm-project
9a354fc5
- [SelectionDAG] Use `KnownBits` to determine if an operand may be NaN. (#188606)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
26 days ago
[SelectionDAG] Use `KnownBits` to determine if an operand may be NaN. (#188606) Given a bitcast into a fp type, use the known bits of the operand to infer whether the resulting value can never be NaN.
References
#188606 - [SelectionDAG] Use `KnownBits` to determine if an operand may be NaN.
Author
zGoldthorpe
Parents
dbc206f3
Loading