History log of /PHP-8.1/ext/opcache/tests/jit/fe_reset_001.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 203c1b80 10-Nov-2021 Dmitry Stogov

Tracing JIT: Fixed incorrect tracing type inference

There are some cases when IS_VAR/IS_TMP_VAR variables are set to IS_UNDEF.
TODO: It would be better to switch to IS_NULL in master.