]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraint
authorJunyang Shao <shaojunyang@google.com>
Tue, 16 Sep 2025 03:27:41 +0000 (03:27 +0000)
committerJunyang Shao <shaojunyang@google.com>
Thu, 18 Sep 2025 18:06:57 +0000 (11:06 -0700)
commitd9751166a6872e05afee5087cee2f360344bd2f9
tree7f8eb655b8817e05d8818ddd38d84e83b127c3d8
parent4eb5c6e07b56b75033d98941c8fadd3304ee4965
[dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraint

This CL fixes an issue raised by contributor dominikh@.

Change-Id: I941b330a6ba6f6c120c69951ddd24933f2f0b3ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/704056
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/regalloc.go
test/simd/bug2.go [new file with mode: 0644]