[Mlir-commits] [mlir] [mlir][vector] Add mask elimination transform (PR #99314)

Andrzej Warzyński llvmlistbot at llvm.org
Tue Jul 30 09:07:12 PDT 2024


banach-space wrote:

> > +1 IIUC, Diego is asking for more code re-use. In particular, if similar logic is already available somewhere in folder/conanicalization "landscape", it should be re-used here:
> 
> There's nowhere (other than here) that wants to check for not all-true create masks, and collect unknown dimensions 🙂 I was just saying the logic is similar, but not really to a reusable extent imo.

Then you could still add a helper somewhere in Vector/Utils.

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


More information about the Mlir-commits mailing list