[Mlir-commits] [mlir] [mlir][tensor] Apply `InsertSliceOfTransferWriteOpFolder` only when `transfer_write` overwrites all elements of `insert_slice` (PR #108803)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Sep 17 04:51:16 PDT 2024
================
@@ -23,6 +23,8 @@
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/TypeSwitch.h"
+#include <cstddef>
+#include <sys/_types/_int64_t.h>
----------------
hanhanW wrote:
IWYU, can we remove them..
https://github.com/llvm/llvm-project/pull/108803
More information about the Mlir-commits
mailing list