Martin Erhart 18624ae54b [mlir][SliceAnalysis] Fix stack overflow in graph regions (#139694)
This analysis currently just crashes when applied to a graph region that
has a use-def cycle. This PR fixes that by keeping track of the
operations the DFS has already visited when following use-def edges and
stopping once we visit an operation again.
2025-07-16 16:16:59 +02:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.