]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: make 386 float-to-int conversions match amd64"
authorDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 19:13:14 +0000 (12:13 -0700)
committerDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 19:46:22 +0000 (12:46 -0700)
commit6d5b13793f51c77e7ea730ca140d5c1cb583af92
treed9358db73da9aa1588e65772cd5fd7d75c6ee3d4
parentbb2a14252b989f89665d17b66417eff815200e3b
Revert "cmd/compile: make 386 float-to-int conversions match amd64"

This reverts commit 78d75b37992be01326b9bd2666195aaba9bf2ae2.

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

(This should follow the softfloat FP conversion revert)

Change-Id: I736bec6cd860285dcc3b11fac85b377a149435c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/711842
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/386.rules
src/cmd/compile/internal/ssa/_gen/386Ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewrite386.go
src/cmd/compile/internal/x86/ssa.go
src/runtime/asm_386.s
src/runtime/stubs_386.go
src/runtime/vlrt.go
test/convert5.go