commit | 4b58b6a5b41e76d73d25beb7483a877ec38ea8c9 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Fri Oct 10 20:29:31 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Fri Oct 10 20:29:31 2008 +0000 |
tree | 6227522f8bce182ffa56ed1759c4e059469f92a6 | |
parent | 22df84a33787c9ef67bf9834cb84f294182cfe82 [diff] [blame] |
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 dc06078..ae0e244 100644 --- a/lib/Target/Sparc/SparcISelLowering.cpp +++ b/lib/Target/Sparc/SparcISelLowering.cpp
@@ -595,6 +595,7 @@ // 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);