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

Benjamin Maxwell llvmlistbot at llvm.org
Mon Aug 5 02:07:54 PDT 2024


MacDue wrote:

> My understanding is that if `unknownDims` is empty after that loop

That simply works as it would be more code to disable it. But there's already canonicalization of create_mask -> constant_mask that would handle those cases. 

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


More information about the Mlir-commits mailing list