]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: combine more constant stores on amd64
authorWayne Zuo <wdvxdr@golangcn.org>
Fri, 10 Jun 2022 11:06:30 +0000 (19:06 +0800)
committerKeith Randall <khr@google.com>
Mon, 15 Aug 2022 16:19:21 +0000 (16:19 +0000)
commit09932f95f5619f44fa874c780dbbddc073be990a
tree37139fd57f663b71e375d9928e0fd431b5013438
parent8adc63b3eb21e8bbacd13335bcf8d6b3a9a507c4
cmd/compile: combine more constant stores on amd64

Fixes #53324

Change-Id: I06149d860f858b082235e9d80bf0ea494679b386
Reviewed-on: https://go-review.googlesource.com/c/go/+/411614
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/rewriteAMD64.go
test/codegen/memcombine.go