]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: make wasm match other platforms for FP->int32/64 conversions"
authorDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 19:11:10 +0000 (12:11 -0700)
committerDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 19:44:32 +0000 (12:44 -0700)
commit3bc9d9fa8348064c33f6e69f376994af4380d3ab
tree41b70a4cd66069d6711a37c1955a63046aedc805
parentee5af46172e64eceddb56018de8ea850fe0a6cae
Revert "cmd/compile: make wasm match other platforms for FP->int32/64 conversions"

This reverts commit 8d810286b3121b601480426159c04d178fa29166.

Reason for revert: we need to do this more carefully, at minimum gated by a module version

Change-Id: Ia951e2e5ecdd455ea0f17567963c6fab0f4540dc
Reviewed-on: https://go-review.googlesource.com/c/go/+/711840
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
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