golang/go
cmd/compile: use bounded shift information on non-amd64 architectures
Offen
#25.167 geöffnet am 29.04.2018
PerformanceSuggestedcompiler/runtimehelp wanted
Repository-Metriken
- Stars
- (133.883 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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