Martin Erhart bda56023c9
[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-15 14:48:05 +01:00
..

Multi-Level Intermediate Representation

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