[Mlir-commits] [mlir] [mlir][fold-memref-alias-ops] Add support for folding memref.expand_shape involving dynamic dims (PR #89093)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Apr 23 04:38:48 PDT 2024
================
@@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/Utils/IndexingUtils.h"
+
+#include "mlir/Dialect/Arith/IR/Arith.h"
----------------
ftynse wrote:
Dialect/Utils shouldn't depend on specific dialects.
https://github.com/llvm/llvm-project/pull/89093
More information about the Mlir-commits
mailing list