diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c index ee938cd4118..e87213b796f 100644 --- a/src/panfrost/bifrost/bifrost_compile.c +++ b/src/panfrost/bifrost/bifrost_compile.c @@ -2887,7 +2887,7 @@ bi_lower_branch(bi_block *block) if (branched) { assert(was_jump && (ins->op == BI_OPCODE_JUMP)); bi_remove_instruction(ins); - break; + continue; } branched = true;