[Mlir-commits] [mlir] [MLIR] Add missing MLIRDialectUtils dep to TilingInterface (PR #84544)
Matthias Springer
llvmlistbot at llvm.org
Tue Mar 19 21:56:19 PDT 2024
matthias-springer wrote:
This change is problematic because it introduces a dependency from `mlir/Interfaces` on a dialect. (`DialectUtils` depends on `ArithDialect`.) I'd like to understand why `TilingInterface` needs `DialectUtils`. Do you see a way to remove that dependency?
https://github.com/llvm/llvm-project/pull/84544
More information about the Mlir-commits
mailing list