History log of /PHP-8.2/Zend/tests/replace_pred_pi_node.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 53df29bc 08-Nov-2021 Nikita Popov

Drop pi nodes for both old/new pred in replace_predecessor

We also need to drop pi nodes for new_pred here, as the pi node
restriction for new_pred is not necessarily true for control

Drop pi nodes for both old/new pred in replace_predecessor

We also need to drop pi nodes for new_pred here, as the pi node
restriction for new_pred is not necessarily true for control
coming from old_pred as well.

Fixes oss-fuzz #40782.

show more ...


# 038bc277 27-Sep-2021 Nikita Popov

Handle pi nodes in replace_predecessor

If we're removing a predecessor because it already exists during
replacement, we should also drop pi nodes for that predecessor.

Fixes oss

Handle pi nodes in replace_predecessor

If we're removing a predecessor because it already exists during
replacement, we should also drop pi nodes for that predecessor.

Fixes oss-fuzz #39276.

show more ...