[Mlir-commits] [mlir] [mlir] Add option for a cleanup pattern set to SCF tiling helper (PR #109554)
Quinn Dawkins
llvmlistbot at llvm.org
Thu Sep 26 21:18:21 PDT 2024
================
@@ -1315,6 +1317,172 @@ FailureOr<SmallVector<Operation *>> mlir::scf::yieldReplacementForFusedProducer(
return generatedSlices;
}
+namespace {
+
+//===----------------------------------------------------------------------===//
+// SliceWorklist
+//===----------------------------------------------------------------------===//
+
+/// Struct for tracking the number of stale entries on the worklist and whether
+/// there is a remaining valid entry.
+struct EntryCount {
----------------
qedawkins wrote:
Class was removed so marking as resolved.
https://github.com/llvm/llvm-project/pull/109554
More information about the Mlir-commits
mailing list