diff --git a/src/freedreno/ir3/ir3_lower_subgroups.c b/src/freedreno/ir3/ir3_lower_subgroups.c index 91b99b7df65..d95d7fcb7a8 100644 --- a/src/freedreno/ir3/ir3_lower_subgroups.c +++ b/src/freedreno/ir3/ir3_lower_subgroups.c @@ -344,6 +344,9 @@ lower_instr(struct ir3 *ir, struct ir3_block **block, struct ir3_instruction *in struct ir3_block *store = ir3_block_create(ir); list_add(&store->node, &body->node); + body->reconvergence_point = true; + after_block->reconvergence_point = true; + link_blocks(before_block, body, 0); link_blocks(body, store, 0);