]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: fix the "always panic" code to actually panic
authorDavid Chase <drchase@google.com>
Wed, 2 Jul 2025 18:28:10 +0000 (14:28 -0400)
committerDavid Chase <drchase@google.com>
Sat, 5 Jul 2025 01:23:14 +0000 (18:23 -0700)
commit72c39ef83470334b1e592312d30ebef9a1e8ddda
tree9481c7f2d5b19849e37f214b6c64481bd566980f
parent1ee72a15a3e893c82cc7108c49f141e824f941c2
[dev.simd] cmd/compile: fix the "always panic" code to actually panic

without this change, the intrinsics of non-constant immediates
just substitute a zero, which is wrong.

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