diff options
| -rw-r--r-- | llvm/lib/Target/RISCV/RISCVISelLowering.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp index 05df163..9b96e32 100644 --- a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp +++ b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp @@ -6883,10 +6883,8 @@ SDValue RISCVTargetLowering::LowerOperation(SDValue Op, case ISD::SMAX: case ISD::UMIN: case ISD::UMAX: - return lowerToScalableOp(Op, DAG); case ISD::UADDSAT: case ISD::USUBSAT: - return lowerToScalableOp(Op, DAG); case ISD::SADDSAT: case ISD::SSUBSAT: return lowerToScalableOp(Op, DAG); |
