[Mlir-commits] [mlir] [MLIR] Add shape propagation through tensor.pad (PR #136681)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jul 21 09:33:07 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:
Seems like these are still here?
https://github.com/llvm/llvm-project/pull/136681
More information about the Mlir-commits
mailing list