Skip to content

Commit fef4c8a

Browse files
committed
[AMDGPU] Disable verifier in call-args-inreg-no-sgpr-for-csrspill-xfail.ll
Similar to f9bd083, this could fix expensive check failure.
1 parent 7a6a52a commit fef4c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/call-args-inreg-no-sgpr-for-csrspill-xfail.ll

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-amd-amdhsa -mcpu=gfx900 %s -filetype=null 2>&1 | FileCheck -enable-var-scope %s
1+
; RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -verify-machineinstrs=0 -filetype=null %s 2>&1 | FileCheck -enable-var-scope %s
22

33
; CHECK: LLVM ERROR: failed to find free scratch register
44

0 commit comments

Comments
 (0)