llvm-project
744a23f2
- [ValueTracking] Use select condition to help infer bits of arms
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[ValueTracking] Use select condition to help infer bits of arms If we have something like `(select (icmp ult x, 8), x, y)`, we can use the `(icmp ult x, 8)` to help compute the knownbits of `x`. Closes #84699
Author
goldsteinn
Committer
goldsteinn
Parents
882992a9
Loading