[Mlir-commits] [mlir] [mlir] Refactor ConvertVectorToLLVMPass options (PR #128219)

Jakub Kuderski llvmlistbot at llvm.org
Thu Feb 27 11:38:17 PST 2025


================
@@ -221,7 +221,7 @@ namespace {
 /// ```
 /// `vector.matmul` later lowers to `llvm.matrix.multiply`.
----------------
kuhar wrote:

```suggestion
/// `vector.matrix_multipy` later lowers to `llvm.matrix.multiply`.
```

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


More information about the Mlir-commits mailing list