llvm-project
8e9e38ac
- [X86] Try to shrink i64 compares if the input has enough sign bits (#149719)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
268 days ago
[X86] Try to shrink i64 compares if the input has enough sign bits (#149719) If there are enough sign bits in a 64 bit value, we can just compare the bottom 32 bits. --------- Co-authored-by: Simon Pilgrim <llvm-dev@redking.me.uk>
References
#149719 - [X86] Try to shrink i64 compares if the input has enough sign bits
Author
LumioseSil
Parents
a3808d9a
Loading