aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_set-A.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_set-A.ll')
-rw-r--r--test/CodeGen/X86/vec_set-A.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/X86/vec_set-A.ll b/test/CodeGen/X86/vec_set-A.ll
new file mode 100644
index 0000000..d161d68
--- /dev/null
+++ b/test/CodeGen/X86/vec_set-A.ll
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=x86 | grep {movl.*\$1, %}
+define <2 x i64> @test1() {
+entry:
+ ret <2 x i64> < i64 1, i64 0 >
+}
+