[go] test/simd: add test for issue 77582

2 views
Skip to first unread message

Eyal Cohen (Gerrit)

unread,
12:45 AM (4 hours ago) 12:45 AM
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Eyal Cohen has uploaded the change for review

Commit message

test/simd: add test for issue 77582

This addresses post-merge feedback from Cherry regarding the previous
commit I0b38312109b9cedaa1cb1320015097d62588a2fe.

Updates #77582
Change-Id: I1165b8f499d2381b3d45e4a14f9d052d947b33c6

Change diff

diff --git a/src/cmd/compile/internal/ssa/issue77582_test.go b/test/simd/issue77582.go
similarity index 94%
rename from src/cmd/compile/internal/ssa/issue77582_test.go
rename to test/simd/issue77582.go
index d7bcda6..48fb6f5 100644
--- a/src/cmd/compile/internal/ssa/issue77582_test.go
+++ b/test/simd/issue77582.go
@@ -1,15 +1,17 @@
+// compile
+
+//go:build goexperiment.simd && amd64
+
// Copyright 2026 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

-//go:build goexperiment.simd && amd64
-
package ssa

import (
"testing"

- "cmd/compile/internal/archsimd"
+ "simd/archsimd"
)

func TestVPTERNLOGDPanic(t *testing.T) {

Change information

Files:
  • R test/simd/issue77582.go
Change size: XS
Delta: 1 file changed, 5 insertions(+), 3 deletions(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I1165b8f499d2381b3d45e4a14f9d052d947b33c6
Gerrit-Change-Number: 748760
Gerrit-PatchSet: 1
Gerrit-Owner: Eyal Cohen <yulu...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages