blob: 214b2c20369c3294d6f5743e96a683c50ba9de5a [file] [log] [blame]
Matt Arsenault0989d512014-06-26 17:22:30 +00001; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI %s
2
3; SI-LABEL: @test_kernel
4; SI: FloatMode: 240
5; SI: IeeeMode: 0
6define void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind {
7 store float 0.0, float addrspace(1)* %out0
8 store double 0.0, double addrspace(1)* %out1
9 ret void
10}