[Mlir-commits] [mlir] [mlir] Exclude masked ops in VectorDropLeadUnitDim (PR #76468)

Jerry Wu llvmlistbot at llvm.org
Fri Jan 19 13:26:50 PST 2024


pzread 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.

I filed #78787 and added TODO for the follow-up works

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


More information about the Mlir-commits mailing list