[Mlir-commits] [mlir] [MLIR] Bubble up tensor.extract_slice through tensor.collapse_shape (PR #131982)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Mar 21 02:28:27 PDT 2025
================
@@ -12,8 +12,10 @@
#include "mlir/Dialect/Tensor/Transforms/Transforms.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Interfaces/ValueBoundsOpInterface.h"
+#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/LogicalResult.h"
+#include <algorithm>
----------------
banach-space wrote:
Is this header required?
https://github.com/llvm/llvm-project/pull/131982
More information about the Mlir-commits
mailing list