APIntify SelectionDAG's EXTRACT_ELEMENT code.
[oota-llvm.git] / test / CodeGen / X86 / i128-immediate.ll
diff --git a/test/CodeGen/X86/i128-immediate.ll b/test/CodeGen/X86/i128-immediate.ll
new file mode 100644 (file)
index 0000000..6939933
--- /dev/null
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2
+
+define i128 @__addvti3() {
+          ret i128 -1
+}