From: Vincent Lejeune Date: Thu, 2 May 2013 21:52:46 +0000 (+0000) Subject: R600: Add a test to check that use_kill is emitted X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e117646f1f54e4fd7d0d489760ae755f1425cdb2;p=oota-llvm.git R600: Add a test to check that use_kill is emitted git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/R600/elf.r600.ll b/test/CodeGen/R600/elf.r600.ll index 9dbc0afed4c..31ba84a0b1c 100644 --- a/test/CodeGen/R600/elf.r600.ll +++ b/test/CodeGen/R600/elf.r600.ll @@ -7,6 +7,7 @@ ; CONFIG-CHECK: .section .AMDGPU.config ; CONFIG-CHECK-NEXT: .long 2 ; CONFIG-CHECK-NEXT: .long 1 +; CONFIG-CHECK-NEXT: .long 0 define void @test(float addrspace(1)* %out, i32 %p) { %i = add i32 %p, 2 %r = bitcast i32 %i to float