llvm-project
9ba438d3
- [RISCV] Remove some unnecessary casts from int64_t to uint64_t. NFC
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
299 days ago
[RISCV] Remove some unnecessary casts from int64_t to uint64_t. NFC We have a lot of casts near this to avoid undefined behavior or arithmetic on arbitrary signed integers, but the casts removed here don't appear to be necessary.
Author
topperc
Parents
00f5aaf8
Loading