]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable mem+op operations on 386
authorKeith Randall <khr@golang.org>
Sun, 22 Mar 2020 20:27:02 +0000 (13:27 -0700)
committerKeith Randall <khr@golang.org>
Mon, 23 Mar 2020 18:27:37 +0000 (18:27 +0000)
commit3adbdb6d9931276894c5e2524f5ca8ca26bfeab5
treeec2caf9eba48fb909cf7781cd47134117970f3e1
parent5c9bd499e103709a181f7a1a895d221ae6e7ffc8
cmd/compile: disable mem+op operations on 386

Rolling back portions of CL 222782 to see if that helps
issue #37881 any.

Update #37881

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