aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/while.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-11-26 23:17:01 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-11-26 23:17:01 -0700
commitf0deef1d79db272fa80ef0323b4382ee1936a3e4 (patch)
treef291eeed6b5d81c4de5aaa6f02030a3fab2bd2a0 /test/behavior/while.zig
parentd43ebf562d852cb7a7ee983d8084584a53d185ee (diff)
downloadzig-f0deef1d79db272fa80ef0323b4382ee1936a3e4.tar.gz
zig-f0deef1d79db272fa80ef0323b4382ee1936a3e4.zip
Sema: fix analyzeBlockBody logic
Previously, when a coercion needed to be inserted into a break instruction, the `br` AIR instruction would be rewritten so that the block operand was a sub-block that did the coercion. The problem is that the sub-block itself was never added to the parent block, resulting in the `br` instruction operand being a bad reference. Now, the `br` AIR instruction that needs to have coercion instructions added is replaced with the sub-block itself with type `noreturn`, and then the sub-block has the coercion instructions and a new `br` instruction that breaks from the original block. LLVM backend needed to be fixed to lower `noreturn` blocks without emitting an unused LLVM basic block.
Diffstat (limited to 'test/behavior/while.zig')
0 files changed, 0 insertions, 0 deletions