aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/mul128.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/mul128.ll')
-rw-r--r--test/CodeGen/Alpha/mul128.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/Alpha/mul128.ll b/test/CodeGen/Alpha/mul128.ll
new file mode 100644
index 0000000..daf8409
--- /dev/null
+++ b/test/CodeGen/Alpha/mul128.ll
@@ -0,0 +1,7 @@
+; RUN: llc < %s -march=alpha
+
+define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
+entry:
+ %r = mul i128 %a, %b
+ ret i128 %r
+}