Skip to content

Commit bfe0967

Browse files
committed
[RISCV] Remove the TODO for vqdotsu. NFC.
It has been supported by #141267.
1 parent 5f648c3 commit bfe0967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8509,7 +8509,6 @@ SDValue RISCVTargetLowering::lowerPARTIAL_REDUCE_MLA(SDValue Op,
85098509
// Currently, only the vqdot and vqdotu case (from zvqdotq) should be legal.
85108510
// TODO: There are many other sub-cases we could potentially lower, are
85118511
// any of them worthwhile? Ex: via vredsum, vwredsum, vwwmaccu, etc..
8512-
// TODO: PARTIAL_REDUCE_*MLA can't represent a vqdotsu currently.
85138512
SDLoc DL(Op);
85148513
MVT VT = Op.getSimpleValueType();
85158514
SDValue Accum = Op.getOperand(0);

0 commit comments

Comments
 (0)