forked from OSchip/llvm-project
parent
cc06b463f5
commit
1a84f86271
|
@ -96,6 +96,8 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
|
|||
setOperationAction(ISD::SUBC , MVT::i64, Expand);
|
||||
setOperationAction(ISD::SUBE , MVT::i64, Expand);
|
||||
|
||||
setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand);
|
||||
|
||||
|
||||
// We don't support sin/cos/sqrt/pow
|
||||
setOperationAction(ISD::FSIN , MVT::f64, Expand);
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -march=alpha
|
||||
; XFAIL: *
|
||||
|
||||
define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue