aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/i128-immediate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/i128-immediate.ll')
-rw-r--r--test/CodeGen/X86/i128-immediate.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/i128-immediate.ll b/test/CodeGen/X86/i128-immediate.ll
new file mode 100644
index 0000000..6939933
--- /dev/null
+++ b/test/CodeGen/X86/i128-immediate.ll
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2
+
+define i128 @__addvti3() {
+ ret i128 -1
+}