[Mlir-commits] [mlir] [mlir][affine] Add Check for 'affine.for' Bound Map Results (PR #127105)

Uday Bondhugula llvmlistbot at llvm.org
Wed Feb 19 22:55:51 PST 2025


================
@@ -2001,8 +2001,15 @@ static LogicalResult generateCopy(
   }
 
   SmallVector<AffineMap, 4> lbMaps(rank), ubMaps(rank);
-  for (unsigned i = 0; i < rank; ++i)
+  for (unsigned i = 0; i < rank; ++i) {
----------------
bondhugula wrote:

This change has been merged. The first commit can be dropped during rebase.

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


More information about the Mlir-commits mailing list