[Mlir-commits] [mlir] [mlir][tensor] Enhance SimplifyPackToExpandShape for unit dim cases. (PR #79247)

Han-Chung Wang llvmlistbot at llvm.org
Wed Jan 24 18:40:52 PST 2024


================
@@ -11,6 +11,7 @@
 #include "mlir/Dialect/Tensor/Transforms/Transforms.h"
 #include "mlir/Dialect/Utils/IndexingUtils.h"
 #include "mlir/IR/PatternMatch.h"
+#include "mlir/Support/LogicalResult.h"
----------------
hanhanW wrote:

It defines LogicalResult, but we usually dont include it. Let me remove it.

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


More information about the Mlir-commits mailing list