]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: spill the correct SIMD register for morestack
authorCherry Mui <cherryyz@google.com>
Fri, 19 Sep 2025 03:46:41 +0000 (23:46 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 19 Sep 2025 15:06:23 +0000 (08:06 -0700)
commitc0f031fcc31b53b5844d80f2f9433fd62a655a78
tree80ad4201bcd181c5eb6f6e2127324b26c2365322
parent58fa1d023e4013c00d45e4c701a937f7b0826c3d
[dev.simd] cmd/compile: spill the correct SIMD register for morestack

If a SIMD value is passed in a register, make sure to spill/reload
with the right width.

Change-Id: I360e7b7a030bcd87c96e4c04ad42d87e7fd1bac6
Reviewed-on: https://go-review.googlesource.com/c/go/+/705415
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/amd64/ssa.go