[Mlir-commits] [mlir] [mlir][affine] Add static basis support to affine.delinearize (PR #113846)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Oct 28 14:47:55 PDT 2024
================
@@ -1944,6 +1944,18 @@ static FailureOr<OpFoldResult> getIndexProduct(OpBuilder &b, Location loc,
return result;
}
+static FailureOr<OpFoldResult> getIndexProduct(OpBuilder &b, Location loc,
----------------
ftynse wrote:
Document please.
https://github.com/llvm/llvm-project/pull/113846
More information about the Mlir-commits
mailing list