We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e07ee commit 2796dd0Copy full SHA for 2796dd0
llvm/test/CodeGen/AMDGPU/verifier-sdwa-selection.mir renamed to llvm/test/MachineVerifier/AMDGPU/verifier-sdwa-selection.mir
@@ -1,4 +1,4 @@
1
-# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1030 --verify-machineinstrs -o - %s 2>&1 | FileCheck %s
+# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1030 -run-pass=none -o - %s 2>&1 | FileCheck %s
2
3
# CHECK-COUNT-6: *** Bad machine code: Invalid SDWA selection ***
4
# CHECK-NOT: *** Bad machine code
0 commit comments