We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a4aba commit 718cff9Copy full SHA for 718cff9
ext/opcache/jit/ir/ir_cfg.c
@@ -662,7 +662,7 @@ int ir_build_dominators_tree(ir_ctx *ctx)
662
uint32_t idom = *p;
663
ir_block *idom_bb;
664
665
- if (UNEXPECTED(idom > b)) {
+ if (UNEXPECTED(idom >= b)) {
666
/* In rare cases, LOOP_BEGIN.op1 may be a back-edge. Skip back-edges. */
667
ctx->flags2 &= ~IR_NO_LOOPS;
668
IR_ASSERT(k > 1 && "Wrong blocks order: BB is before its single predecessor");
0 commit comments