mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
These should be expanded
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -107,6 +107,9 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM)
|
|||||||
setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand);
|
setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand);
|
||||||
setOperationAction(ISD::SMUL_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
|
// We don't support sin/cos/sqrt/pow
|
||||||
setOperationAction(ISD::FSIN , MVT::f64, Expand);
|
setOperationAction(ISD::FSIN , MVT::f64, Expand);
|
||||||
|
Reference in New Issue
Block a user