[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,6 +8,7 @@
 
 #include "mlir/Dialect/Utils/ReshapeOpsUtils.h"
 
+#include "mlir/Dialect/Arith/IR/Arith.h"
----------------
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