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

Uday Bondhugula llvmlistbot at llvm.org
Wed Feb 19 07:22:18 PST 2025


bondhugula wrote:

> @bondhugula sure you can take over. So I should not worry about rebasing and retesting?

The failing test case is one where an invalid IR was being generated unchecked to start with. It's now exposed with this PR.
https://github.com/llvm/llvm-project/blob/0b63dfb06698ea1a78ba09506f83a1d427a868b1/mlir/test/Dialect/Affine/affine-data-copy.mlir#L292

Created this issue for it: https://github.com/llvm/llvm-project/issues/127808
I'll post the fix and you can merge this post rebase.

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


More information about the Mlir-commits mailing list