diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-05-02 21:52:46 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-05-02 21:52:46 +0000 |
commit | e117646f1f54e4fd7d0d489760ae755f1425cdb2 (patch) | |
tree | e1bb034f809e944dd4ec6cf145dd36796d43ea5c /test/CodeGen | |
parent | 9e1808733eeea4f248eeef35ba06ee3f7aa5707d (diff) | |
download | external_llvm-e117646f1f54e4fd7d0d489760ae755f1425cdb2.zip external_llvm-e117646f1f54e4fd7d0d489760ae755f1425cdb2.tar.gz external_llvm-e117646f1f54e4fd7d0d489760ae755f1425cdb2.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/R600/elf.r600.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/elf.r600.ll b/test/CodeGen/R600/elf.r600.ll index 9dbc0af..31ba84a 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 |