mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
128 mul test, xfailed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff75d9edbb
commit
cac29bc3ba
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…
x
Reference in New Issue
Block a user