Skip to content

Commit 7899572

Browse files
committed
AMDGPU: Forcibly disable verifier in test
The test added in f6365a4 fails the verifier for the reason noted in the comment, but we need to skip the verifier error in EXPENSIVE_CHECKS builds
1 parent a0f5bbc commit 7899572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/swdev503538-move-to-valu-stack-srd-physreg.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -O0 2> %t.err < %s | FileCheck %s
1+
; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -verify-machineinstrs=0 -O0 2> %t.err < %s | FileCheck %s
22
; RUN: FileCheck -check-prefix=ERR %s < %t.err
33

44
; FIXME: This error will be fixed by supporting arbitrary divergent

0 commit comments

Comments
 (0)