[llvm] [LMI] Support non-power-of-2 types for the matmul remainder (PR #163987)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 09:39:11 PDT 2025


================
@@ -97,6 +97,11 @@ static cl::opt<MatrixLayoutTy> MatrixLayout(
 static cl::opt<bool> PrintAfterTransposeOpt("matrix-print-after-transpose-opt",
                                             cl::init(false));
 
+static cl::opt<bool> SplitMatmulRemainder(
----------------
jroelofs wrote:

If you make this a threshold instead of a boolean, I think it would be a little better for both the test and "what if"-type experimentation.

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


More information about the llvm-commits mailing list