diff options
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp index 28edcc2e47b..19573e180ee 100644 --- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp +++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp @@ -198,6 +198,8 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,    setOperationAction(ISD::FREM, MVT::f64, Expand);    setOperationAction(ISD::FREM, MVT::f80, Expand); +  setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); +    // Custom lowering hooks are needed for XOR    // to fold it into CSINC/CSINV.    setOperationAction(ISD::XOR, MVT::i32, Custom);  | 

