[Mlir-commits] [mlir] [mlir][linalg] Mark xfers as in-bounds when masking depthwise convs (PR #96771)

Benjamin Maxwell llvmlistbot at llvm.org
Thu Jun 27 04:19:07 PDT 2024


MacDue wrote:

> > (which prevents some rewrites)
> 
> Could you share some examples? That would help me with some follow-up work for #96031

The case I hit was the `FoldTensorSubsetIntoVectorTransferOps` (in IREE), but you simply need to grep for `.hasOutOfBoundsDim()` to find many other examples.

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


More information about the Mlir-commits mailing list