Skip to content

Commit 2796dd0

Browse files
committed
Move and adjust test
1 parent b0e07ee commit 2796dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/verifier-sdwa-selection.mir renamed to llvm/test/MachineVerifier/AMDGPU/verifier-sdwa-selection.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1030 --verify-machineinstrs -o - %s 2>&1 | FileCheck %s
1+
# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1030 -run-pass=none -o - %s 2>&1 | FileCheck %s
22

33
# CHECK-COUNT-6: *** Bad machine code: Invalid SDWA selection ***
44
# CHECK-NOT: *** Bad machine code

0 commit comments

Comments
 (0)