[Mlir-commits] [mlir] [mlir] Exclude masked ops in VectorDropLeadUnitDim (PR #76468)
Diego Caballero
llvmlistbot at llvm.org
Wed Jan 17 19:04:11 PST 2024
dcaballe wrote:
We can implement a pattern rewrite for MaskOp that inherits from a base class like the `VectorMaskOpConversionBase` here: https://github.com/llvm/llvm-project/blob/ba81477e9cdb5384a10c700ee247562f0f6c03e6/mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp#L850
This should automatically deal with the insertion point issue of the mask op.
https://github.com/llvm/llvm-project/pull/76468
More information about the Mlir-commits
mailing list