2013-04-05 23:31:35 +00:00
|
|
|
;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s
|
2013-02-21 08:57:10 +00:00
|
|
|
|
|
|
|
;CHECK: S_MOV_B32
|
|
|
|
;CHECK-NEXT: V_INTERP_MOV_F32
|
|
|
|
|
2013-03-08 14:44:00 +00:00
|
|
|
define void @main(<16 x i8> addrspace(2)* inreg, <16 x i8> addrspace(2)* inreg, <32 x i8> addrspace(2)* inreg, i32 inreg) "ShaderType"="0" {
|
2013-02-21 08:57:10 +00:00
|
|
|
main_body:
|
2013-03-08 14:44:00 +00:00
|
|
|
%4 = call float @llvm.SI.fs.constant(i32 0, i32 0, i32 %3)
|
|
|
|
%5 = call i32 @llvm.SI.packf16(float %4, float %4)
|
|
|
|
%6 = bitcast i32 %5 to float
|
|
|
|
call void @llvm.SI.export(i32 15, i32 1, i32 1, i32 0, i32 1, float %6, float %6, float %6, float %6)
|
2013-02-21 08:57:10 +00:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
declare void @llvm.AMDGPU.shader.type(i32)
|
|
|
|
|
2013-03-26 14:03:57 +00:00
|
|
|
declare float @llvm.SI.fs.constant(i32, i32, i32) readnone
|
2013-02-21 08:57:10 +00:00
|
|
|
|
|
|
|
declare i32 @llvm.SI.packf16(float, float) readnone
|
|
|
|
|
|
|
|
declare void @llvm.SI.export(i32, i32, i32, i32, i32, float, float, float, float)
|