llvm-project
645fb04a
- [Reassociate] Use uint64_t for repeat count (#94232)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[Reassociate] Use uint64_t for repeat count (#94232) This patch relands #91469 and uses `uint64_t` for repeat count to avoid a miscompilation caused by overflow https://github.com/llvm/llvm-project/pull/91469#discussion_r1623925158.
References
#94232 - [Reassociate] Use uint64_t for repeat count
Author
dtcxzyw
Parents
d9507a3e
Loading