test/simd: add test for issue 77582
This addresses post-merge feedback from Cherry regarding the previous
commit I0b38312109b9cedaa1cb1320015097d62588a2fe.
Updates #77582
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) {
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |