summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2008-10-07 17:13:32 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2008-10-07 17:13:32 +0000
commit83f5f40b6a3f24116ee59dd1873834d15a4276ee (patch)
tree3b9d4041b15964438fc60917fda19ece76a3cd0a /llvm
parentd69bdaef647aa2960168af3156d690895dc8478d (diff)
downloadbcm5719-llvm-83f5f40b6a3f24116ee59dd1873834d15a4276ee.tar.gz
bcm5719-llvm-83f5f40b6a3f24116ee59dd1873834d15a4276ee.zip
128 mul test, xfailed
llvm-svn: 57250
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/Alpha/mul128.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Alpha/mul128.ll b/llvm/test/CodeGen/Alpha/mul128.ll
new file mode 100644
index 00000000000..20216388a38
--- /dev/null
+++ b/llvm/test/CodeGen/Alpha/mul128.ll
@@ -0,0 +1,8 @@
+; RUN: llvm-as < %s | llc -march=alpha
+; XFAIL: *
+
+define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
+entry:
+ %r = mul i128 %a, %b
+ ret i128 %r
+}
OpenPOWER on IntegriCloud