]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't store NaN in ppc64 floating point constant ops
authorKeith Randall <khr@golang.org>
Thu, 7 May 2020 23:09:33 +0000 (16:09 -0700)
committerKeith Randall <khr@golang.org>
Thu, 7 May 2020 23:22:45 +0000 (23:22 +0000)
commit78aa4af239749106b8eadc9fcfe0ab4dac0b1315
tree92fa2c6ba7e920405ccf7c13af603fb57a02b7db
parent4fda7dc57f4848473cd8ede5913976d1d262f1d7
cmd/compile: don't store NaN in ppc64 floating point constant ops

Missed in CL 221790

This is the only remaining use of math.Float64frombits in the .rules
file that isn't already guarded.

Fixes #38880

Change-Id: I11f71e3a48516748d8d2701c6cf6920a7bc9e216
Reviewed-on: https://go-review.googlesource.com/c/go/+/232859
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/ssa/gen/PPC64.rules
src/cmd/compile/internal/ssa/rewritePPC64.go