]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable addressingmodes pass for 386
authorKeith Randall <khr@golang.org>
Mon, 23 Mar 2020 20:07:06 +0000 (13:07 -0700)
committerKeith Randall <khr@golang.org>
Mon, 23 Mar 2020 20:31:13 +0000 (20:31 +0000)
commit5b897ec0171ba92d01c63ed442fab733fe195775
tree67159eccf47bde3949d3f56aec069d18f95efed5
parent5113f5776620dfd0221bb876b9889c73d585371c
cmd/compile: disable addressingmodes pass for 386

Update #37881

Change-Id: I1f9a3f57f6215a19c31765c257ee78715eab36b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/225057
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/addressingmodes.go
test/codegen/memcombine.go
test/codegen/memops.go