From: Anton Korobeynikov Date: Fri, 10 Oct 2008 20:29:31 +0000 (+0000) Subject: Use expand for smul_lohi for now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b58b6a5b41e76d73d25beb7483a877ec38ea8c9;p=oota-llvm.git Use expand for smul_lohi for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57362 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcISelLowering.cpp b/lib/Target/Sparc/SparcISelLowering.cpp index dc06078e7b2..ae0e24440ed 100644 --- a/lib/Target/Sparc/SparcISelLowering.cpp +++ b/lib/Target/Sparc/SparcISelLowering.cpp @@ -595,6 +595,7 @@ SparcTargetLowering::SparcTargetLowering(TargetMachine &TM) // FIXME: Sparc provides these multiplies, but we don't have them yet. setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); + setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); // We don't have line number support yet. setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand);