summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll')
-rwxr-xr-xllvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll b/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
index 76c2daa6a4e..7d0950cb1c8 100755
--- a/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
+++ b/llvm/test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
@@ -1,7 +1,10 @@
; RUN: llc %s -O0 -march=sparc -mcpu=ut699 -o - | FileCheck %s
; CHECK-LABEL: fmuls_fix_test
-; CHECK: fmuls %f20, %f21, %f8
+; CHECK: fstod %f20, %f2
+; CHECK: fstod %f21, %f3
+; CHECK: fmuld %f2, %f3, %f8
+; CHECK: fstod %f20, %f0
define double @fmuls_fix_test() {
entry:
%a = alloca float, align 4
OpenPOWER on IntegriCloud