]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/s390x: add initial spill support
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Tue, 11 Nov 2025 03:37:44 +0000 (04:37 +0100)
committerKeith Randall <khr@golang.org>
Mon, 24 Nov 2025 18:21:27 +0000 (10:21 -0800)
commit81242d034c8a6b9544c3e65ed1bb8000fe35ae84
tree9608bb0baec766c4e0551025c2816e96e1ff22a9
parent73b6aa0fecbf8b32e04a7226a964a454694939af
cmd/compile/internal/s390x: add initial spill support

This adds some initial support for spilling and reloading registers in
the new ABI for s390x

Update #40724

Change-Id: Icc46a9375454765dea7d03fc4c8f2dbcc87f5f50
Reviewed-on: https://go-review.googlesource.com/c/go/+/719463
Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/s390x/galign.go
src/cmd/compile/internal/s390x/ssa.go