]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa/gen: Fix *64 strength reduction
authorKeith Randall <khr@golang.org>
Thu, 16 Jul 2015 21:20:40 +0000 (14:20 -0700)
committerKeith Randall <khr@golang.org>
Fri, 17 Jul 2015 15:59:10 +0000 (15:59 +0000)
commitc1593da817c3a557b5ce8ef41def903a619f6daa
treed5674c90b83f2503cc337ef43f62c3f5614f70b8
parent3dcc424be70b9d1824f756ab81f97508ae1a7738
[dev.ssa] cmd/compile/internal/ssa/gen: Fix *64 strength reduction

*64 is <<6, not <<5.

Change-Id: I2eb7e113d5003b2c77fbd3abc3defc4d98976a5e
Reviewed-on: https://go-review.googlesource.com/12323
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/rewriteAMD64.go