]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: glue codes for Shift and Rotate
authorJunyang Shao <shaojunyang@google.com>
Tue, 24 Jun 2025 03:59:30 +0000 (03:59 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 25 Jun 2025 18:26:07 +0000 (11:26 -0700)
commit4fda27c0cc5566f945adc6de88de294a3387830a
tree4db41842ccf54bdb141b90d0dfbebe0bb600fa20
parent61c1183342897ed5544c0d37ad58d9038d50e3ea
[dev.simd] cmd/compile: glue codes for Shift and Rotate

This CL adds two more intrinsic lowering functions. They can issue an
OpCopy to move a scalar value to vector value. This is needed by Shift
and Rotate APIs.

Change-Id: I8a83197d33207072c4a9221a931e67dddd5cd0bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/683476
Auto-Submit: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/amd64/ssa.go