aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fpconv.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-04-01 02:18:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-04-01 02:18:22 +0000
commit9845eb5b033db5ba5213d0b8dba958c1e168ccd3 (patch)
tree464c6c5c80e21da3d38c051bcc3d0b451a4aec00 /test/CodeGen/ARM/fpconv.ll
parentdb45d1c649aa2e7c71accd8ad460aa764886cab3 (diff)
downloadexternal_llvm-9845eb5b033db5ba5213d0b8dba958c1e168ccd3.tar.gz
external_llvm-9845eb5b033db5ba5213d0b8dba958c1e168ccd3.tar.bz2
external_llvm-9845eb5b033db5ba5213d0b8dba958c1e168ccd3.zip
More soft fp fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpconv.ll')
-rw-r--r--test/CodeGen/ARM/fpconv.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpconv.ll b/test/CodeGen/ARM/fpconv.ll
index a2771fea47..23850075d0 100644
--- a/test/CodeGen/ARM/fpconv.ll
+++ b/test/CodeGen/ARM/fpconv.ll
@@ -16,8 +16,10 @@
; RUN: grep fixunssfsi %t
; RUN: grep fixdfsi %t
; RUN: grep fixunsdfsi %t
-; RUN: grep floatdisf %t
+; RUN: grep floatsisf %t
; RUN: grep floatsidf %t
+; RUN: grep floatunsisf %t
+; RUN: grep floatunsidf %t
; RUN: llvm-as < %s | llc -march=thumb
define float @f1(double %x) {