]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix magic multiply smashing AX
authorRuss Cox <rsc@golang.org>
Mon, 14 Dec 2015 20:55:44 +0000 (15:55 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2015 20:58:17 +0000 (20:58 +0000)
commit03c8164849f2dc2af3ba1839bedbbf7819031d38
treec9c5715324c309a1e1b38c3b13eb12188d1654d3
parent63a6f305ef7e4f0cd0d99e9714b259c1930f5609
cmd/compile: fix magic multiply smashing AX

Fixes #12411.

Change-Id: I2202a754c7750e3b2119e3744362c98ca0d2433e
Reviewed-on: https://go-review.googlesource.com/17818
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/amd64/ggen.go
src/cmd/compile/internal/x86/ggen.go
test/fixedbugs/issue12411.go [new file with mode: 0644]