]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: fix SIMD const rematerialization condition
authorJunyang Shao <shaojunyang@google.com>
Fri, 19 Sep 2025 18:38:25 +0000 (18:38 +0000)
committerJunyang Shao <shaojunyang@google.com>
Mon, 22 Sep 2025 23:19:02 +0000 (16:19 -0700)
commit63a09d6d3d68acedfc9e5fd2daf6febc35aca1d6
treebb70ba4f429251c384646298a6fdb335c7a09ac1
parent2ca96d218d2cbaad99ba807b3bddd90bbf6a5ba8
[dev.simd] cmd/compile: fix SIMD const rematerialization condition

This CL fixes a condition for the previous fix CL 704056.

Change-Id: I1f1f8c6f72870403cb3dff14755c43385dc0c933
Reviewed-on: https://go-review.googlesource.com/c/go/+/705499
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/ssa/regalloc.go
test/simd/bug2.go