[Mlir-commits] [mlir] [mlir][vector] Add mask elimination transform (PR #99314)
Benjamin Maxwell
llvmlistbot at llvm.org
Mon Jul 29 03:09:52 PDT 2024
MacDue 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 :slightly_smiling_face: I was just saying the logic is similar, but not really to a reusable extent imo.
https://github.com/llvm/llvm-project/pull/99314
More information about the Mlir-commits
mailing list