]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make 386 float-to-int conversions match amd64
authorDavid Chase <drchase@google.com>
Tue, 30 Sep 2025 20:27:32 +0000 (16:27 -0400)
committerDavid Chase <drchase@google.com>
Thu, 9 Oct 2025 15:23:30 +0000 (08:23 -0700)
commit78d75b37992be01326b9bd2666195aaba9bf2ae2
treeb63e9a0f0079973aadd9018cc21de898bd86d724
parent0e466a8d1d89e15e953c7d35bcd9e02d3c89f62b
cmd/compile: make 386 float-to-int conversions match amd64

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