llvm-project
d3937e2d
- [RISCV] Pass sign-extended value to isInt check in expandMul (#150211)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
104 days ago
[RISCV] Pass sign-extended value to isInt check in expandMul (#150211) In the `isInt` check that was added in #147661 we were passing the zero-extended `uint64_t` value instead of the sign-extended one.
References
#150211 - [RISCV] Pass sign-extended value to isInt check in expandMul
Author
svs-quic
Parents
4ae26783
Loading