[Mlir-commits] [mlir] [mlir][affine] Add Check for 'affine.for' Bound Map Results (PR #127105)
Longsheng Mou
llvmlistbot at llvm.org
Wed Feb 19 17:55:21 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) {
----------------
CoTinker wrote:
Duplicate with https://github.com/llvm/llvm-project/pull/127809.
https://github.com/llvm/llvm-project/pull/127105
More information about the Mlir-commits
mailing list