Skip to content

Commit 2ba691b

Browse files
committed
Only check the assert string
1 parent 70a2788 commit 2ba691b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers-assertion-after-ra-failure.xfail.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -filetype=null %s 2>&1 | FileCheck -check-prefix=CRASH %s
33

44
; CRASH: error: <unknown>:0:0: no registers from class available to allocate in function 'no_free_vgprs_at_agpr_to_agpr_copy'
5-
; CRASH: Assertion failed: (valid() && "Cannot access invalid iterator")
5+
; CRASH: Cannot access invalid iterator
66

77
define void @no_free_vgprs_at_agpr_to_agpr_copy(float %v0, float %v1) #0 {
88
%asm = call { <32 x i32>, <16 x float> } asm sideeffect "; def $0 $1", "=${v[0:31]},=${a[0:15]}"()

0 commit comments

Comments
 (0)