]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: avoid extending floating point comparision on riscv64
authorJoel Sing <joel@sing.id.au>
Sat, 27 Aug 2022 16:30:58 +0000 (02:30 +1000)
committerJoel Sing <joel@sing.id.au>
Wed, 31 Aug 2022 20:05:46 +0000 (20:05 +0000)
commit239115c3efcc54fb4f3f306032af40e03f5c66a8
tree151959d9a43fac67a9531f3921a622ffe25da76a
parent9085ff585933d49261372b5a5fdf0686abc163c2
cmd/compile: avoid extending floating point comparision on riscv64

The result of these operations are already extended.

Change-Id: Ifc8ba362dda7035d8fd0d40046a96f61d3082877
Reviewed-on: https://go-review.googlesource.com/c/go/+/426260
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Meng Zhuo <mzh@golangcn.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/ssa/gen/RISCV64.rules
src/cmd/compile/internal/ssa/rewriteRISCV64.go