]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make wasm match other platforms for FP->int32/64 conversions
authorDavid Chase <drchase@google.com>
Wed, 1 Oct 2025 15:29:13 +0000 (11:29 -0400)
committerDavid Chase <drchase@google.com>
Thu, 9 Oct 2025 15:24:04 +0000 (08:24 -0700)
commit8d810286b3121b601480426159c04d178fa29166
tree81deac04b8a7cfc103a88338c12740c879b8fbf1
parentb9f3accdcf973ca41069e22e6859b9436801aae5
cmd/compile: make wasm match other platforms for FP->int32/64 conversions

this change is for overflows, so that all the platforms agree.

Change-Id: I9f459353615bf24ef8a5de641063d9ce34986241
Reviewed-on: https://go-review.googlesource.com/c/go/+/708358
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/_gen/Wasm.rules
src/cmd/compile/internal/ssa/_gen/WasmOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteWasm.go
src/cmd/compile/internal/wasm/ssa.go
test/convert5.go