llvm-project
ee312fc1
- [HashRecognize] Strip excess-TC check (#157479)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
232 days ago
[HashRecognize] Strip excess-TC check (#157479) Checking if trip-count exceeds 256 is no longer necessary, as we have moved away from KnownBits computations to pattern-matching, which is very cheap and independent of TC.
References
#157479 - [HashRecognize] Strip excess-TC check
Author
artagnon
Parents
3beec2f6
Loading