]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: store combine on amd64
authorcuiweixie <cuiweixie@gmail.com>
Fri, 5 Aug 2022 14:01:57 +0000 (14:01 +0000)
committerKeith Randall <khr@golang.org>
Mon, 8 Aug 2022 16:40:58 +0000 (16:40 +0000)
commite7307034ccdd3c3e482f80b9ea6d4a69bb04d7b6
treec7c8765c707b330d2407b114e1bf4a73fb274e44
parent52d0667e6ba69059422a138dd6589f3f697fc0db
cmd/compile: store combine on amd64

Fixes #54120

Change-Id: I6915b6e8d459d9becfdef4fdcba95ee4dea6af05
GitHub-Last-Rev: 03f19942c7a697d3b5e696e700a9827633d709bb
GitHub-Pull-Request: golang/go#54126
Reviewed-on: https://go-review.googlesource.com/c/go/+/420115
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/rewriteAMD64.go
test/codegen/memcombine.go