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

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 10:53:59 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(
----------------
anemet wrote:

Good idea!  See the additional commit.

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


More information about the llvm-commits mailing list