[llvm] [WebAssembly] Reapply "[WebAssembly] Incorporate SCCs into WebAssemblyFixIrreducibleControlFlow" (#181755) (PR #184441)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 11:56:56 PST 2026


aheejin wrote:

Whichever way we end up resolving this, can you add your reduced testcase to tests?
```ll
target triple = "wasm32-unknown-unknown"

define void @test() {
entry:
 switch i32 poison, label %b [
    i32 0, label %a
  ]

a:
  ret void

b:
    unreachable
}
```

https://github.com/llvm/llvm-project/pull/184441


More information about the llvm-commits mailing list