summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/default-fp-mode.ll
blob: 4488bdb7f44539eca2c09b3500c75788a826c90a (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI %s

; SI-LABEL: @test_kernel
; SI: FloatMode: 192
; SI: IeeeMode: 0
define void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind {
  store float 0.0, float addrspace(1)* %out0
  store double 0.0, double addrspace(1)* %out1
  ret void
}
OpenPOWER on IntegriCloud