forked from OSchip/llvm-project
R600: Add a test to check that use_kill is emitted
llvm-svn: 180958
This commit is contained in:
parent
b0422e24a9
commit
7cedb7161d
|
@ -7,6 +7,7 @@
|
||||||
; CONFIG-CHECK: .section .AMDGPU.config
|
; CONFIG-CHECK: .section .AMDGPU.config
|
||||||
; CONFIG-CHECK-NEXT: .long 2
|
; CONFIG-CHECK-NEXT: .long 2
|
||||||
; CONFIG-CHECK-NEXT: .long 1
|
; CONFIG-CHECK-NEXT: .long 1
|
||||||
|
; CONFIG-CHECK-NEXT: .long 0
|
||||||
define void @test(float addrspace(1)* %out, i32 %p) {
|
define void @test(float addrspace(1)* %out, i32 %p) {
|
||||||
%i = add i32 %p, 2
|
%i = add i32 %p, 2
|
||||||
%r = bitcast i32 %i to float
|
%r = bitcast i32 %i to float
|
||||||
|
|
Loading…
Reference in New Issue