Make this test x86 specific because the ARM backend can't handle it.
[oota-llvm.git] / test / CodeGen / X86 / 2011-02-27-Fpextend.ll
diff --git a/test/CodeGen/X86/2011-02-27-Fpextend.ll b/test/CodeGen/X86/2011-02-27-Fpextend.ll
new file mode 100644 (file)
index 0000000..61df3a7
--- /dev/null
@@ -0,0 +1,7 @@
+; RUN: llc -march=x86-64 < %s
+; PR9309
+
+define <4 x double> @f_fu(<4 x float>) nounwind {
+  %float2double.i = fpext <4 x float> %0 to <4 x double>
+  ret <4 x double> %float2double.i
+}