Skip to content

Commit ca79798

Browse files
authored
Remove test copy
1 parent 042ffe9 commit ca79798

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/test/CodeGen/AMDGPU/inline-asm-out-of-bounds-register.ll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,3 @@ define void @overflow_bitwidth_1() {
9696
ret void
9797
}
9898

99-
; CHECK: error: couldn't allocate input reg for constraint '{v[2147483635:2147483651]}'
100-
define void @overflow_bitwidth_2() {
101-
tail call void asm sideeffect "; use %0", "{v[2147483635:2147483651]}"(i64 123)
102-
ret void
103-
}

0 commit comments

Comments
 (0)