[Mlir-commits] [mlir] [mlir][Tiling] Remove zero slice guard in Pad tiling (PR #175827)

Nirvedh Meshram llvmlistbot at llvm.org
Wed Jan 14 10:17:39 PST 2026


nirvedhmeshram wrote:

The problem we were seeing downstream was that other functions like `mlir::scf::tileAndFuseProducerOfSlice` that take no control function also call this tiling interface that generates the guard. However, we can just control the patterns that call these functions so can still do something like 1. 
2. is interesting can explore that to not have always working around this guard in several places.

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


More information about the Mlir-commits mailing list