[Mlir-commits] [mlir] [mlir][affine] Add static basis support to affine.delinearize (PR #113846)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Nov 4 09:44:25 PST 2024
================
@@ -311,6 +311,9 @@ DivModValue getDivMod(OpBuilder &b, Location loc, Value lhs, Value rhs);
FailureOr<SmallVector<Value>> delinearizeIndex(OpBuilder &b, Location loc,
Value linearIndex,
ArrayRef<Value> basis);
+FailureOr<SmallVector<Value>> delinearizeIndex(OpBuilder &b, Location loc,
----------------
MaheshRavishankar wrote:
Nit: I prefer having empty lines before and after the declaration.
https://github.com/llvm/llvm-project/pull/113846
More information about the Mlir-commits
mailing list