summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-cvt.ll
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-08-09 17:39:01 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-08-09 17:39:01 +0000
commita511b8e519b5a13c7ace04a0e77df1e2071f2313 (patch)
treec541b729e1481644f5864a170f7c0e35da6601d1 /test/CodeGen/X86/avx-cvt.ll
parent4bdd4ed5647f2f9a7b0ccdf6aba920b08ef7b153 (diff)
downloadllvm-a511b8e519b5a13c7ace04a0e77df1e2071f2313.tar.gz
llvm-a511b8e519b5a13c7ace04a0e77df1e2071f2313.tar.bz2
llvm-a511b8e519b5a13c7ace04a0e77df1e2071f2313.tar.xz
Revert r137114
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-cvt.ll')
-rw-r--r--test/CodeGen/X86/avx-cvt.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/avx-cvt.ll b/test/CodeGen/X86/avx-cvt.ll
index 5fe207e060..e45010c903 100644
--- a/test/CodeGen/X86/avx-cvt.ll
+++ b/test/CodeGen/X86/avx-cvt.ll
@@ -6,13 +6,6 @@ define <8 x float> @sitofp00(<8 x i32> %a) nounwind {
ret <8 x float> %b
}
-; CHECK: vcvtdq2ps
-; CHECK-NEXT: vcvtps2pd
-define <4 x double> @sitofp01(<4 x i32> %a) {
- %b = sitofp <4 x i32> %a to <4 x double>
- ret <4 x double> %b
-}
-
; CHECK: vcvttps2dq %ymm
define <8 x i32> @fptosi00(<8 x float> %a) nounwind {
%b = fptosi <8 x float> %a to <8 x i32>