[Mlir-commits] [mlir] [mlir][affine] Add fold logic when the affine.yield has IV as operand in the AffineForEmptyLoopFolder (PR #164064)
Matthias Springer
llvmlistbot at llvm.org
Tue Oct 28 09:34:59 PDT 2025
================
@@ -2632,8 +2647,13 @@ static SmallVector<OpFoldResult> AffineForEmptyLoopFolder(AffineForOp forOp) {
BlockArgument *iterArgIt = llvm::find(iterArgs, val);
// TODO: It should be possible to perform a replacement by computing the
----------------
matthias-springer wrote:
This TODO can be removed?
https://github.com/llvm/llvm-project/pull/164064
More information about the Mlir-commits
mailing list