aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/R600/default-fp-mode.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-07-14 23:40:43 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-07-14 23:40:43 +0000
commitc6ae7b4763f6b12602f116cb15c5d19c628e2c21 (patch)
tree490cb1c7f9981311d509fe7e1335aa487957c18a /llvm/test/CodeGen/R600/default-fp-mode.ll
parent37de611c0f4deb72ac85aac4381622cd355bdd26 (diff)
downloadllvm-c6ae7b4763f6b12602f116cb15c5d19c628e2c21.zip
llvm-c6ae7b4763f6b12602f116cb15c5d19c628e2c21.tar.gz
llvm-c6ae7b4763f6b12602f116cb15c5d19c628e2c21.tar.bz2
R600/SI: Default to no single precision denormals.
llvm-svn: 213017
Diffstat (limited to 'llvm/test/CodeGen/R600/default-fp-mode.ll')
-rw-r--r--llvm/test/CodeGen/R600/default-fp-mode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/default-fp-mode.ll b/llvm/test/CodeGen/R600/default-fp-mode.ll
index 214b2c2..4488bdb 100644
--- a/llvm/test/CodeGen/R600/default-fp-mode.ll
+++ b/llvm/test/CodeGen/R600/default-fp-mode.ll
@@ -1,7 +1,7 @@
; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI %s
; SI-LABEL: @test_kernel
-; SI: FloatMode: 240
+; 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