[llvm] [IR] Add llvm `cmul` intrinsic (PR #140301)

Oscar Smith via llvm-commits llvm-commits at lists.llvm.org
Sat May 17 22:06:08 PDT 2025


================
@@ -10348,6 +10348,7 @@ SDValue RISCVTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
     return DAG.getNode(RISCVISD::MOPRR, DL, XLenVT, Op.getOperand(1),
                        Op.getOperand(2), Op.getOperand(3));
   }
+  case Intrinsic::clmul:
----------------
oscardssmith wrote:

is it that I keep the change on 14288 of this file, but drop this one?

https://github.com/llvm/llvm-project/pull/140301


More information about the llvm-commits mailing list