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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri May 16 12:32:07 PDT 2025


================
@@ -10471,8 +10471,8 @@ its two operands.
 
 .. note::
 
-	The instruction is implemented as a call to libm's '``fmod``'
-	for some targets, and using the instruction may thus require linking libm.
+    The instruction is implemented as a call to libm's '``fmod``'
----------------
topperc wrote:

Unrelated formatting change

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


More information about the llvm-commits mailing list