golang/go
View on GitHubcmd/compile: use bounded shift information on non-amd64 architectures
Open
#25,167 opened on Apr 29, 2018
PerformanceSuggestedcompiler/runtimehelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
CL 109776 optimized some shifts on amd64. We should apply the same straightforward optimization rule changes to other architectures.
Might be a good starter SSA issue.
cc @mundaym @cherrymui