]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add floating point load+op operations to addressing modes pass
authorKeith Randall <khr@golang.org>
Mon, 27 Jul 2020 16:45:21 +0000 (09:45 -0700)
committerKeith Randall <khr@golang.org>
Mon, 27 Jul 2020 18:24:32 +0000 (18:24 +0000)
commitc4fed25553ee266ed9cb3a98e7a33a82af110ed4
tree5c5e1d48b1d793866da471b7b8359b1be0aea3c5
parent19a932ceb8dc0059754e1f986c86daba3a4fb14e
cmd/compile: add floating point load+op operations to addressing modes pass

They were missed as part of the refactoring to use a separate
addressing modes pass.

Fixes #40426

Change-Id: Ie0418b2fac4ba1ffe720644ac918f6d728d5e420
Reviewed-on: https://go-review.googlesource.com/c/go/+/244859
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/amd64/ssa.go
src/cmd/compile/internal/ssa/addressingmodes.go
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go
test/codegen/memops.go