Add pass to fix some invalid unreachable blocks for WebGPU (#2563)
Attempts to split up unreachable blocks that are used both as a merge-block and a continue-target. Fixes #2429
Loading
Please register or sign in to comment
Attempts to split up unreachable blocks that are used both as a merge-block and a continue-target. Fixes #2429