llvm-project
3f82a8a7 - [ExpandFp] Use getSignMask() (NFC)

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
Committer
Parents
Loading