[llvm] bfe0967 - [RISCV] Remove the TODO for vqdotsu. NFC.

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 23:23:21 PDT 2025


Author: Jim Lin
Date: 2025-06-10T14:08:37+08:00
New Revision: bfe096760345fb040138e10a2884b95fbd812dc9

URL: https://github.com/llvm/llvm-project/commit/bfe096760345fb040138e10a2884b95fbd812dc9
DIFF: https://github.com/llvm/llvm-project/commit/bfe096760345fb040138e10a2884b95fbd812dc9.diff

LOG: [RISCV] Remove the TODO for vqdotsu. NFC.

It has been supported by #141267.

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
index 16c1aeb1dc76c..498adee35550c 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
@@ -8509,7 +8509,6 @@ SDValue RISCVTargetLowering::lowerPARTIAL_REDUCE_MLA(SDValue Op,
   // Currently, only the vqdot and vqdotu case (from zvqdotq) should be legal.
   // TODO: There are many other sub-cases we could potentially lower, are
   // any of them worthwhile?  Ex: via vredsum, vwredsum, vwwmaccu, etc..
-  // TODO: PARTIAL_REDUCE_*MLA can't represent a vqdotsu currently.
   SDLoc DL(Op);
   MVT VT = Op.getSimpleValueType();
   SDValue Accum = Op.getOperand(0);


        


More information about the llvm-commits mailing list