Skip to content

Commit 58c0202

Browse files
committed
Update IR
IR commit: 6933937a5f4c9e84ddd984d23d765733c59e8c0f Fixes PHP nightly test failures in AMPHP and Symfony unit tests
1 parent a2e924e commit 58c0202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/ir/ir_sccp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@ int ir_sccp(ir_ctx *ctx)
11721172
/* not changed */
11731173
continue;
11741174
} else if (_values[i].optx == IR_BOTTOM) {
1175+
insn = &ctx->ir_base[i];
11751176
if (insn->op == IR_FP2FP || insn->op == IR_FP2INT || insn->op == IR_TRUNC
11761177
|| insn->op == IR_ZEXT || insn->op == IR_SEXT) {
11771178
ir_bitqueue_add(&worklist2, i);

0 commit comments

Comments
 (0)