[llvm-branch-commits] [llvm] [FixIrreducible] Use CycleInfo instead of a custom SCC traversal (PR #101386)
Sameer Sahasrabuddhe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 21 03:03:23 PDT 2024
ssahasra wrote:
> Note that I have not yet finished verifying all the lit tests. I might also have to add a few more tests, especially involving a mix of irreducible and reducible cycles that are siblings and/or nested inside each other in various combinations. Especially with some overlap in the entry and header nodes.
- New tests added that involve nesting with common header or entry nodes. Existing tests also covered some relevant combinations.
- Verified all tests.
https://github.com/llvm/llvm-project/pull/101386
More information about the llvm-branch-commits
mailing list