mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
128 mul test, xfailed
llvm-svn: 57250
This commit is contained in:
parent
950618a347
commit
dccb47de69
8
test/CodeGen/Alpha/mul128.ll
Normal file
8
test/CodeGen/Alpha/mul128.ll
Normal file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user