From 009b1c42aa6266385f2c37e227516b24077e6dd7 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 2 Jun 2009 17:52:33 +0000 Subject: Import LLVM, at r72732. --- test/CodeGen/Alpha/mul128.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/CodeGen/Alpha/mul128.ll (limited to 'test/CodeGen/Alpha/mul128.ll') diff --git a/test/CodeGen/Alpha/mul128.ll b/test/CodeGen/Alpha/mul128.ll new file mode 100644 index 0000000000000..b069fea4a5ca9 --- /dev/null +++ b/test/CodeGen/Alpha/mul128.ll @@ -0,0 +1,7 @@ +; RUN: llvm-as < %s | llc -march=alpha + +define i128 @__mulvdi3(i128 %a, i128 %b) nounwind { +entry: + %r = mul i128 %a, %b + ret i128 %r +} -- cgit v1.2.3