[Mlir-commits] [mlir] [mlir][bufferization] Test tensor encoding -> memref layout conversion (PR #161166)
Andrei Golubev
llvmlistbot at llvm.org
Mon Oct 6 05:45:58 PDT 2025
================
@@ -24,7 +24,10 @@ def Test_Dialect : Dialect {
let useDefaultTypePrinterParser = 0;
let useDefaultAttributePrinterParser = 1;
let isExtensible = 1;
- let dependentDialects = ["::mlir::DLTIDialect"];
+ let dependentDialects = [
+ "::mlir::DLTIDialect",
+ "::mlir::bufferization::BufferizationDialect"
----------------
andrey-golubev wrote:
seems required, otherwise some `verifyInvariantsImpl` checks failed internally when checking if a ranked tensor is a tensor-like type.
https://github.com/llvm/llvm-project/pull/161166
More information about the Mlir-commits
mailing list