summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i128-immediate.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-24 16:38:05 +0000
committerDan Gohman <gohman@apple.com>2008-03-24 16:38:05 +0000
commit4c931fc6e2a901f86ef20d5844bcad3cfd99c781 (patch)
treea16e12d95401bc5fa95e34b0950dcb1e148a65e2 /test/CodeGen/X86/i128-immediate.ll
parent8d84d5b62cdf2a772d51338136c7022a6e1ff931 (diff)
downloadllvm-4c931fc6e2a901f86ef20d5844bcad3cfd99c781.tar.gz
llvm-4c931fc6e2a901f86ef20d5844bcad3cfd99c781.tar.bz2
llvm-4c931fc6e2a901f86ef20d5844bcad3cfd99c781.tar.xz
APIntify SelectionDAG's EXTRACT_ELEMENT code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48726 91177308-0d34-0410-b5e6-96231b3b80d8
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 0000000000..69399336e3
--- /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
+}