llvm/llvm-project
Voir sur GitHubFunnel shift in 64-bit doesn't get matched to an intrinsic
Open
#138 334 ouverte le 2 mai 2025
good first issuellvm:instcombine
Métriques du dépôt
- Stars
- (26 378 stars)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
Description
Yes I know this has two cases of subpar optimization: One where the funnel shift is 64-bit based, and the other is left funnel shifts that can be converted to a right funnel shift. This one is about the latter. However, this was lifted from one of gcc's test suites.