[llvm-commits] [llvm] r57250 - /llvm/trunk/test/CodeGen/Alpha/mul128.ll

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Oct 7 10:13:32 PDT 2008


Author: alenhar2
Date: Tue Oct  7 12:13:32 2008
New Revision: 57250

URL: http://llvm.org/viewvc/llvm-project?rev=57250&view=rev
Log:
128 mul test, xfailed

Added:
    llvm/trunk/test/CodeGen/Alpha/mul128.ll

Added: llvm/trunk/test/CodeGen/Alpha/mul128.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Alpha/mul128.ll?rev=57250&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/Alpha/mul128.ll (added)
+++ llvm/trunk/test/CodeGen/Alpha/mul128.ll Tue Oct  7 12:13:32 2008
@@ -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
+}





More information about the llvm-commits mailing list