]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: add register-to-mask moves, other simd glue
authorDavid Chase <drchase@google.com>
Wed, 23 Jul 2025 17:47:08 +0000 (13:47 -0400)
committerDavid Chase <drchase@google.com>
Fri, 1 Aug 2025 21:26:11 +0000 (14:26 -0700)
commit08bec02907cf59c3fd60e5c5e31b2d6c30b462b7
treec10d40734e7f3e7b7b7a191f56c6a20d339d0aee
parent09ff25e3508287970940645b97e4d88e92bb5407
[dev.simd] cmd/compile: add register-to-mask moves, other simd glue

This includes code generated by simdgen CL 689955,
here because of git-facilitated pilot error
(the generated file should have been in the next CL
but that is related to this one, so, oh well).

Change-Id: Ibfea3f1cd93ca9cd12970edf15a013471677a6ba
Reviewed-on: https://go-review.googlesource.com/c/go/+/689936
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/amd64/ssa.go
src/cmd/compile/internal/ssa/_gen/AMD64.rules
src/cmd/compile/internal/ssa/_gen/AMD64Ops.go
src/cmd/compile/internal/ssa/_gen/genericOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteAMD64.go
src/cmd/compile/internal/ssagen/intrinsics.go
src/cmd/compile/internal/ssagen/simdintrinsics.go
src/simd/types_amd64.go