]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fields
authorJunyang Shao <shaojunyang@google.com>
Fri, 19 Sep 2025 04:38:19 +0000 (04:38 +0000)
committerJunyang Shao <shaojunyang@google.com>
Fri, 26 Sep 2025 17:53:39 +0000 (10:53 -0700)
commit578777bf7cf2ab4108f2870718c8f296517177b7
tree354f88ad596c09c62be32c75390d2e7b3df34de1
parentc28b2a0ca19a7de245d3e32b39c8b7562af257d0
[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fields

This CL tires to improve a situation pointed out by
https://github.com/golang/go/issues/73787#issuecomment-3305494947.

Change-Id: Ic23c80fe71344fc25383ab238ad6631e0f0cd22e
Reviewed-on: https://go-review.googlesource.com/c/go/+/705416
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/value.go
src/cmd/compile/internal/test/value_test.go [new file with mode: 0644]
test/codegen/simd.go