diff options
| author | David Chase <drchase@google.com> | 2025-06-28 11:05:44 -0400 |
|---|---|---|
| committer | David Chase <drchase@google.com> | 2025-06-30 09:43:57 -0700 |
| commit | ead249a2e2989c6775235058d38f0e33afdf752a (patch) | |
| tree | 521e50807b0b958406a7667e52fb36cf0b245e35 /src/runtime/export_test.go | |
| parent | 55665e1e3756c0181f7572c8766749695ed1516a (diff) | |
| download | go-ead249a2e2989c6775235058d38f0e33afdf752a.tar.xz | |
[dev.simd] cmd/compile: reorder operands for some simd operations
This adds support for one ad hoc reordering, which
requires a new intrinsic-to-ssa helper matching the
name that is used in the generator (and this in the
generated code). In this case, it is opLen{2,3}Imm8_2I
which expects the immediate after the self (0) and
first (1) parameters to the method, and before the
mask if there is one. I.e., the immediate is arg 2
in the call.
The changes to simdintrinsics and stubs are generated
by simdgen CL 684019.
Change-Id: Ia54aab9825d469a2f3efa6d1fb079242181c0ca6
Reviewed-on: https://go-review.googlesource.com/c/go/+/684776
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>
Diffstat (limited to 'src/runtime/export_test.go')
0 files changed, 0 insertions, 0 deletions
