]> Cypherpunks repositories - gostls13.git/commit
simd/archsimd: remove redundant suffix of ExtendLo operations
authorCherry Mui <cherryyz@google.com>
Mon, 29 Dec 2025 16:30:33 +0000 (11:30 -0500)
committerCherry Mui <cherryyz@google.com>
Tue, 30 Dec 2025 00:20:42 +0000 (16:20 -0800)
commit76dddce29302681bdddafd4cbc27db66802414dd
treea3170ce19a1c23e87bc59e9b5374a172189da693
parent6ecdd2fc6e58c0cd2b788032a85f7845af10c922
simd/archsimd: remove redundant suffix of ExtendLo operations

For methods like ExtendLo2ToInt64x2, the last "x2" is redundant, as
it is already mentioned in "Lo2". Remove it, so it is just
ExtendLo2ToInt64.

Change-Id: I490afd818c40bb7a4ef15c249723895735bd6488
Reviewed-on: https://go-review.googlesource.com/c/go/+/733100
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/_gen/simdAMD64.rules
src/cmd/compile/internal/ssa/_gen/simdgenericOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteAMD64.go
src/cmd/compile/internal/ssagen/simdintrinsics.go
src/simd/archsimd/_gen/simdgen/ops/Converts/categories.yaml
src/simd/archsimd/_gen/simdgen/ops/Converts/go.yaml
src/simd/archsimd/ops_amd64.go