summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-03-19 19:26:22 +0000
committerSanjay Patel <spatel@rotateright.com>2018-03-19 19:26:22 +0000
commitf2d85e78dfeb99959b84fe5f2277449457e83ddf (patch)
treef8cb2f96a3fcbc1b8cea8250aa902f2573cb3bb4 /llvm/test/CodeGen/AMDGPU
parentdad3d13b993e8394e31dfa2d6f5644357ff941a4 (diff)
downloadbcm5719-llvm-f2d85e78dfeb99959b84fe5f2277449457e83ddf.tar.gz
bcm5719-llvm-f2d85e78dfeb99959b84fe5f2277449457e83ddf.zip
[AMDGPU] change test to avoid NaN math
llvm-svn: 327891
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU')
-rw-r--r--llvm/test/CodeGen/AMDGPU/jump-address.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/jump-address.ll b/llvm/test/CodeGen/AMDGPU/jump-address.ll
index 9fde31f922c..e134114caea 100644
--- a/llvm/test/CodeGen/AMDGPU/jump-address.ll
+++ b/llvm/test/CodeGen/AMDGPU/jump-address.ll
@@ -43,7 +43,7 @@ IF13: ; preds = %ELSE
%20 = load <4 x float>, <4 x float> addrspace(8)* null
%21 = extractelement <4 x float> %20, i32 0
%22 = fsub float -0.000000e+00, %21
- %23 = fadd float 0xFFF8000000000000, %22
+ %23 = fadd float 0x3FF8000000000000, %22
br label %ENDIF
}
OpenPOWER on IntegriCloud