mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
ARM64: scalarize v1i64 mul operation
This is the second part of fixing PR19367. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -173,6 +173,8 @@ ARM64TargetLowering::ARM64TargetLowering(ARM64TargetMachine &TM)
|
||||
setOperationAction(ISD::UINT_TO_FP, MVT::v1i64, Expand);
|
||||
setOperationAction(ISD::FP_ROUND, MVT::v1f64, Expand);
|
||||
|
||||
setOperationAction(ISD::MUL, MVT::v1i64, Expand);
|
||||
|
||||
// Custom lowering hooks are needed for XOR
|
||||
// to fold it into CSINC/CSINV.
|
||||
setOperationAction(ISD::XOR, MVT::i32, Custom);
|
||||
|
||||
Reference in New Issue
Block a user