llvm-project
3f82a8a7
- [ExpandFp] Use getSignMask() (NFC)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 days ago
[ExpandFp] Use getSignMask() (NFC) This was using getSigned() with an unsigned (not sign extended) argument. Using plain get() would be correct here. We can go one step further and use getSignMask() to avoid the issue entirely.
Author
nikic
Committer
nikic
Parents
0b2fe07e
Loading