golang/go
cmd/compile: use bounded shift information on non-amd64 architectures
Aberta
#25.167 aberto em 29 de abr. de 2018
PerformanceSuggestedcompiler/runtimehelp wanted
Métricas do repositório
- Stars
- (133.883 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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