[Mlir-commits] [mlir] [MLIR] Add shape propagation through tensor.pad (PR #136681)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jul 16 06:41:14 PDT 2025


================
@@ -26,6 +26,8 @@
 #include "mlir/Support/LLVM.h"
 #include "mlir/Transforms/GreedyPatternRewriteDriver.h"
 #include "mlir/Transforms/RegionUtils.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/Support/LogicalResult.h"
----------------
Max191 wrote:

nit: I don't think these includes are needed

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


More information about the Mlir-commits mailing list