]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: disable addressingmodes pass for 386"
authorKeith Randall <khr@golang.org>
Tue, 24 Mar 2020 16:45:38 +0000 (16:45 +0000)
committerKeith Randall <khr@golang.org>
Tue, 24 Mar 2020 19:05:50 +0000 (19:05 +0000)
commitf975485ad13d09a828120b573386d15ac669df6a
tree432dd1231bb2fb84e00d516a7a9a9d0a96e1c8b1
parent9dcd6b32c80bd481602a959995af7c898ed62503
Revert "cmd/compile: disable addressingmodes pass for 386"

This reverts commit CL 225057.

Reason for revert: Undoing partial reverts of CL 222782

Update #37881

Change-Id: Iee024cab2a580a37a0fc355e0e3c5ad3d8fdaf7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/225197
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/compile/internal/ssa/addressingmodes.go
test/codegen/memcombine.go
test/codegen/memops.go