]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix SIMD const rematerialization condition
authorJunyang Shao <shaojunyang@google.com>
Fri, 19 Sep 2025 18:38:25 +0000 (18:38 +0000)
committerCherry Mui <cherryyz@google.com>
Fri, 3 Oct 2025 19:31:13 +0000 (12:31 -0700)
commit003b5ce1bc15cf265e74ba1ec4eb7cf801e49986
tree8b8805133ba70b636045fb544623035b186a9f38
parentd91148c7a8b2d774ddea5c66c170d24937195df5
cmd/compile: fix SIMD const rematerialization condition

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

Cherry-picked from the dev.simd branch. This CL is not
necessarily SIMD specific. Apply early to reduce risk. Test is
SIMD specific so not included for now.

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>
Reviewed-on: https://go-review.googlesource.com/c/go/+/708864
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/regalloc.go