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

Diego Caballero llvmlistbot at llvm.org
Mon Feb 24 10:50:18 PST 2025


================
@@ -221,7 +221,7 @@ namespace {
 /// ```
 /// `vector.matmul` later lowers to `llvm.matrix.multiply`.
 //
-/// This only kicks in when VectorTransformsOptions is set to OuterProduct and
+/// This only kicks in when VectorTransformsOptions is set to Matmul and
----------------
dcaballe wrote:

also `VectorTransformsOptions` -> `VectorContractLowering`?

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


More information about the Mlir-commits mailing list