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:13 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-08-09 17:39:13 +0000
commite2406dfd8940b3178bf452d89fed2a5df7a63043 (patch)
tree544212c00f32eceed455c23b3f1029f2eeb90a3e /test/CodeGen/X86/avx-cvt.ll
parenta511b8e519b5a13c7ace04a0e77df1e2071f2313 (diff)
downloadllvm-e2406dfd8940b3178bf452d89fed2a5df7a63043.tar.gz
llvm-e2406dfd8940b3178bf452d89fed2a5df7a63043.tar.bz2
llvm-e2406dfd8940b3178bf452d89fed2a5df7a63043.tar.xz
Reapply a more appropriate solution than in r137114. AVX supports
v4f64 = sitofp v4i32. This fix PR10559. Also add support for v4i32 = fptosi v4f64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-cvt.ll')
-rw-r--r--test/CodeGen/X86/avx-cvt.ll12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/CodeGen/X86/avx-cvt.ll b/test/CodeGen/X86/avx-cvt.ll
index e45010c903..6c0bd58074 100644
--- a/test/CodeGen/X86/avx-cvt.ll
+++ b/test/CodeGen/X86/avx-cvt.ll
@@ -12,6 +12,18 @@ define <8 x i32> @fptosi00(<8 x float> %a) nounwind {
ret <8 x i32> %b
}
+; CHECK: vcvtdq2pd %xmm
+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: vcvtpd2dqy %ymm
+define <4 x i32> @fptosi01(<4 x double> %a) {
+ %b = fptosi <4 x double> %a to <4 x i32>
+ ret <4 x i32> %b
+}
+
; CHECK: vcvtpd2psy %ymm
; CHECK-NEXT: vcvtpd2psy %ymm
; CHECK-NEXT: vinsertf128 $1