]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: merge const into storeidx on amd64
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 23 Feb 2020 04:05:12 +0000 (20:05 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 26 Feb 2020 18:43:22 +0000 (18:43 +0000)
commit9c600949861fad2990fc7f661c4aa70fade24b0a
tree50278db57ad2f7cce5af4eec78ce30a6de94fda3
parent75619d199f88bc4d411cefcf5735cbbff78d1ae2
cmd/compile: merge const into storeidx on amd64

file    before    after     Δ       %
compile 20652264  20639976  -12288  -0.059%
trace   11673532  11669436  -4096   -0.035%
total   116019840 116003456 -16384  -0.014%

Change-Id: Id0522e08f10e77c885fba1d0d9b65f8981a647ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/220693
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/rewriteAMD64.go