[llvm] [WebAssembly] Replace Reachability with SCCs in Irreducible CFG Fixer (PR #179722)
Kamil Jakubus via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 14 21:12:19 PST 2026
jkbz64 wrote:
> Here's what it looks like with SCCIterator
Tried your commit and it looks like the performance looks the same and the wasm binary works for me! If it's preferable to everyone I'm okay with either pulling this here or maybe it's better for @QuantumSegfault to open an alternative PR with this approach (and close this one) as the code is much different than what is in my PR (I would prefer to do it that way).
https://github.com/llvm/llvm-project/pull/179722
More information about the llvm-commits
mailing list