]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: OMUL should be evaluated when using soft-float
authorMilan Knezevic <milan.knezevic@mips.com>
Fri, 9 Nov 2018 17:30:46 +0000 (18:30 +0100)
committerCherry Zhang <cherryyz@google.com>
Wed, 14 Nov 2018 18:52:15 +0000 (18:52 +0000)
commitc92e73b70253f5d88c473a7ad6c5b8d61b2debb7
tree4cf6d744f74d734bf6bd7c1314cef9b77a537569
parent0a72e8eefbdaa62bf782618d50851e4740408cba
cmd/compile/internal/gc: OMUL should be evaluated when using soft-float

When using soft-float, OMUL might be rewritten to function call
so we should ensure it was evaluated first.

Fixes #28688

Change-Id: I30b87501782fff62d35151f394a1c22b0d490c6c
Reviewed-on: https://go-review.googlesource.com/c/148837
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/subr.go
test/fixedbugs/issue28688.go [new file with mode: 0644]