[Mlir-commits] [mlir] [mlir][Vector] Add utility for computing scalable value bounds (PR #83876)
Benjamin Maxwell
llvmlistbot at llvm.org
Fri Mar 8 03:22:17 PST 2024
================
----------------
MacDue wrote:
It depends on the vector dialect and semantics of the vector dialect, currently the `MLIRValueBoundsOpInterface` target does not depend on any dialects (as it's implemented via interfaces). Moving this there would make it depend on the vector dialect (and transitively arith and others), which I think could create a circular dependency.
https://github.com/llvm/llvm-project/pull/83876
More information about the Mlir-commits
mailing list