]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: remove VPADDD4
authorCherry Mui <cherryyz@google.com>
Fri, 22 Aug 2025 15:25:07 +0000 (11:25 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 22 Aug 2025 22:45:44 +0000 (15:45 -0700)
commit83714616aac5b1721da8b7644065be0b770a6748
treec7e457c43d2fe8d07b07bafda2667b0e89a3d123
parent4a3ea146ae0d3d1f741b17a19d01bc821d0f4796
[dev.simd] cmd/compile: remove VPADDD4

It is from my sample SIMD compilation, not used in the real thing.
The actual operation is VPADDD128.

Also clean up some of my XXX comments.

Change-Id: Ic20a9dd3c8531e25d88ba045ccef70cb856790d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/698475
Reviewed-by: David Chase <drchase@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/opGen.go