[Mlir-commits] [mlir] [mlir][affine] Add static basis support to affine.delinearize (PR #113846)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Oct 30 11:01:04 PDT 2024


================
@@ -1944,6 +1944,18 @@ static FailureOr<OpFoldResult> getIndexProduct(OpBuilder &b, Location loc,
   return result;
 }
 
+static FailureOr<OpFoldResult> getIndexProduct(OpBuilder &b, Location loc,
----------------
krzysz00 wrote:

Done

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


More information about the Mlir-commits mailing list