diff options
author | Andrew Lenharth <alenhar2@cs.uiuc.edu> | 2009-08-07 02:17:44 +0000 |
---|---|---|
committer | Andrew Lenharth <alenhar2@cs.uiuc.edu> | 2009-08-07 02:17:44 +0000 |
commit | 65d8427874d74452ae0445cbfa3b4b125ef0d951 (patch) | |
tree | 187d5258942fcd05801cb6bb9765dad98f0528db /lib/Target/Alpha | |
parent | 8fab3d1f36b67bf46d584a3c3b483832fc2885ff (diff) | |
download | external_llvm-65d8427874d74452ae0445cbfa3b4b125ef0d951.zip external_llvm-65d8427874d74452ae0445cbfa3b4b125ef0d951.tar.gz external_llvm-65d8427874d74452ae0445cbfa3b4b125ef0d951.tar.bz2 |
These should be expanded
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha')
-rw-r--r-- | lib/Target/Alpha/AlphaISelLowering.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 79b3765..e11ed7c 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp @@ -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); |