1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update IR

IR commit: 6933937a5f4c9e84ddd984d23d765733c59e8c0f

Fixes PHP nightly test failures in AMPHP and Symfony unit tests
This commit is contained in:
Dmitry Stogov
2024-04-17 09:11:45 +03:00
parent a2e924e582
commit 58c0202506

View File

@@ -1172,6 +1172,7 @@ int ir_sccp(ir_ctx *ctx)
/* not changed */
continue;
} else if (_values[i].optx == IR_BOTTOM) {
insn = &ctx->ir_base[i];
if (insn->op == IR_FP2FP || insn->op == IR_FP2INT || insn->op == IR_TRUNC
|| insn->op == IR_ZEXT || insn->op == IR_SEXT) {
ir_bitqueue_add(&worklist2, i);