Skip to content

Commit 0712ae9

Browse files
committed
make sure verifier doesn't fire
1 parent 8a254cd commit 0712ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/AMDGPU/use-after-free-after-cleanup-failed-vreg.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
; RUN: not llc -mcpu=gfx1100 -mtriple=amdgcn-amd-amdhsa -stress-regalloc=4 -filetype=null -verify-machineinstrs %s 2>&1 | FileCheck %s
22

33
; CHECK: error: <unknown>:0:0: ran out of registers during register allocation in function 'f'
4+
; CHECK-NOT: Bad machine code
45

56
define <16 x half> @f(i1 %LGV2, <16 x half> %0) {
67
BB:

0 commit comments

Comments
 (0)