[llvm] [mlir] [MLIR] Generalize expand_shape to take shape as explicit input (PR #90040)

Oleksandr Alex Zinenko via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 09:07:52 PDT 2024


================
@@ -8,5 +8,6 @@ add_mlir_library(MLIRDialectUtils
   MLIRDialectUtilsIncGen
 
   LINK_LIBS PUBLIC
+  MLIRArithDialect
----------------
ftynse wrote:

Dialect/Utils must not depend on a specific dialect.

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


More information about the llvm-commits mailing list