]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: fix opLen(2|3)Imm8_2I intrinsic function
authorJunyang Shao <shaojunyang@google.com>
Thu, 17 Jul 2025 22:23:15 +0000 (22:23 +0000)
committerDavid Chase <drchase@google.com>
Mon, 21 Jul 2025 17:27:18 +0000 (10:27 -0700)
commitf0e9dc09752cc2f03fcedff458660ab2276bcf8d
tree14ed3500289b6867596f967fde560804c327b9a2
parent03a3887f31264e778c9aaf62247a478eedd3633d
[dev.simd] cmd/compile: fix opLen(2|3)Imm8_2I intrinsic function

This function reads the const from the wrong arg, this CL fixes it.

Change-Id: Icd38977a35f0df9064efb290fa6390453d6b9e5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/688595
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssagen/intrinsics.go