aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/fp64_to_sint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/fp64_to_sint.ll')
-rw-r--r--test/CodeGen/R600/fp64_to_sint.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/R600/fp64_to_sint.ll b/test/CodeGen/R600/fp64_to_sint.ll
deleted file mode 100644
index 185e21c..0000000
--- a/test/CodeGen/R600/fp64_to_sint.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
-
-; CHECK: @fp64_to_sint
-; CHECK: V_CVT_I32_F64_e32
-define void @fp64_to_sint(i32 addrspace(1)* %out, double %in) {
- %result = fptosi double %in to i32
- store i32 %result, i32 addrspace(1)* %out
- ret void
-}