We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccac12 commit 888e087Copy full SHA for 888e087
llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -959,7 +959,6 @@ class RISCVTargetLowering : public TargetLowering {
959
SDValue lowerFixedLengthVectorSelectToRVV(SDValue Op,
960
SelectionDAG &DAG) const;
961
SDValue lowerToScalableOp(SDValue Op, SelectionDAG &DAG) const;
962
- SDValue lowerUnsignedAvgFloor(SDValue Op, SelectionDAG &DAG) const;
963
SDValue LowerIS_FPCLASS(SDValue Op, SelectionDAG &DAG) const;
964
SDValue lowerVPOp(SDValue Op, SelectionDAG &DAG) const;
965
SDValue lowerLogicVPOp(SDValue Op, SelectionDAG &DAG) const;
0 commit comments