]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: missing float indexed loads/stores on amd64
authorKeith Randall <khr@golang.org>
Wed, 31 Aug 2016 20:36:10 +0000 (13:36 -0700)
committerKeith Randall <khr@golang.org>
Thu, 1 Sep 2016 20:06:55 +0000 (20:06 +0000)
commitc53879512f38982b1e773fd2aeecee4ebf382006
treedbd5c644df3fbb520f26d0fa224e7d2577549b6b
parent0f1a8d3c2ddce2d96d2b2bb81094ac3401aff03d
cmd/compile: missing float indexed loads/stores on amd64

Update #16141

Change-Id: I7d32c5cdc197d86491a67ea579fa16cb3d675b51
Reviewed-on: https://go-review.googlesource.com/28273
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/rewriteAMD64.go