]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: Add more idx1 load/store instructions
authorKeith Randall <khr@golang.org>
Thu, 31 Mar 2016 16:34:35 +0000 (09:34 -0700)
committerKeith Randall <khr@golang.org>
Thu, 31 Mar 2016 17:30:40 +0000 (17:30 +0000)
commitaf517da2f918835176862aec8690ddc6bb783af1
tree1ba62b456bbef619a7ab360c8d7feffc39f9fcbd
parentb81f2f106f68b771518f40390a69f834717f17d1
cmd/compile: Add more idx1 load/store instructions

Helpful for indexed loads and stores when the stride is not equal to
the size being loaded/stored.

Update #7927

Change-Id: I8714dd4c7b18a96a611bf5647ee21f753d723945
Reviewed-on: https://go-review.googlesource.com/21346
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Todd Neal <todd@tneal.org>
src/cmd/compile/internal/amd64/ssa.go
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteAMD64.go