Skip to content

Commit 1ce8652

Browse files
committed
Update IR
IR commit: d441328849f5172e6ad213cf0e42d77322238048
1 parent 21196ca commit 1ce8652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/ir/ir_ra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ int ir_coalesce(ir_ctx *ctx)
20072007
if (ctx->binding) {
20082008
ir_ref b1 = ir_binding_find(ctx, i);
20092009
ir_ref b2 = ir_binding_find(ctx, insn->op1);
2010-
if (b1 != b2) {
2010+
if (b1 && b1 != b2) {
20112011
continue;
20122012
}
20132013
}

0 commit comments

Comments
 (0)