Files
clang-p2996/mlir/lib/IR/Verifier.cpp
Hideto Ueno 892abd34d2 [mlir][IR] Make verifyDominanceOfContainedRegions iterative (#74428)
This commit refactors `verifyDominanceOfContainedRegions` to iterative
algorithms similar to https://reviews.llvm.org/D154925 to fix stack
overflow for deeply nested regions (e.g.
https://github.com/llvm/circt/issues/5316). There should be no
functional change except that this could result in slightly different
order of verification.
2023-12-05 18:06:28 +09:00

16 KiB