[Mlir-commits] [mlir] [mlir][vector] Use notifyMatchFailure instead of assert in VectorLinearize (PR #93590)
Artem Kroviakov
llvmlistbot at llvm.org
Thu Jun 6 05:25:04 PDT 2024
================
@@ -152,9 +152,10 @@ struct LinearizeVectorExtractStridedSlice final
matchAndRewrite(vector::ExtractStridedSliceOp extractOp, OpAdaptor adaptor,
ConversionPatternRewriter &rewriter) const override {
Type dstType = getTypeConverter()->convertType(extractOp.getType());
----------------
akroviakov wrote:
Thanks for the clarification, should now be addressed
https://github.com/llvm/llvm-project/pull/93590
More information about the Mlir-commits
mailing list