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

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Sun May 18 01:59:18 PDT 2025


================
@@ -2103,6 +2105,12 @@ let IntrProperties = [IntrNoMem, IntrNoSync, IntrWillReturn] in {
                                LLVMMatchType<0>,
                                LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
                                llvm_i32_ty]>;
+  def int_vp_clmul : DefaultAttrsIntrinsic<[ llvm_anyvector_ty ],
----------------
jayfoad wrote:

Did you mean to add this intrinsic too? If so, it needs its own documentation, tests, etc.

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


More information about the llvm-commits mailing list