These should be expanded
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 7 Aug 2009 02:17:44 +0000 (02:17 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 7 Aug 2009 02:17:44 +0000 (02:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78365 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelLowering.cpp

index 79b3765d20643651e0b56a0841133e92e44a6590..e11ed7cfeab41ad1ed427a34b899c9cf4a61c5a4 100644 (file)
@@ -107,6 +107,9 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM)
   setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand);
   setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand);
 
+  setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
+  setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
+  setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
 
   // We don't support sin/cos/sqrt/pow
   setOperationAction(ISD::FSIN , MVT::f64, Expand);