summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/uint_to_fp.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2015-02-21 21:29:10 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2015-02-21 21:29:10 +0000
commitf07833057c012ca19d173f1e4990d8fa3ccda6cb (patch)
tree3dde3cd18847010e5b91284ddfbf9aafcf1a46c6 /llvm/test/CodeGen/R600/uint_to_fp.ll
parent0325d3d27faf69873bb413ca560f805e95a116a6 (diff)
downloadbcm5719-llvm-f07833057c012ca19d173f1e4990d8fa3ccda6cb.tar.gz
bcm5719-llvm-f07833057c012ca19d173f1e4990d8fa3ccda6cb.zip
R600/SI: Use v_madmk_f32
llvm-svn: 230149
Diffstat (limited to 'llvm/test/CodeGen/R600/uint_to_fp.ll')
-rw-r--r--llvm/test/CodeGen/R600/uint_to_fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/uint_to_fp.ll b/llvm/test/CodeGen/R600/uint_to_fp.ll
index cf14c25759f..1c8a1751d39 100644
--- a/llvm/test/CodeGen/R600/uint_to_fp.ll
+++ b/llvm/test/CodeGen/R600/uint_to_fp.ll
@@ -50,7 +50,7 @@ define void @uint_to_fp_v4i32_to_v4f32(<4 x float> addrspace(1)* %out, <4 x i32>
; R600: MULADD_IEEE
; SI: v_cvt_f32_u32_e32
; SI: v_cvt_f32_u32_e32
-; SI: v_mad_f32
+; SI: v_madmk_f32 {{v[0-9]+}}, {{v[0-9]+}}, {{v[0-9]+}}, 0x4f800000
; SI: s_endpgm
define void @uint_to_fp_i64_to_f32(float addrspace(1)* %out, i64 %in) {
entry:
OpenPOWER on IntegriCloud