1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov 43719022ea Improve SSA representation of FE_FETCH
The op2 of FE_FETCH is only written if the loop edge is taken.
Fix up the SSA form to use the pre-assignment value if the exit
edge is taken.

This allows us to properly infer the type of the loop variable,
without letting the pre-loop type leak in.

Closes GH-5040.
2020-01-17 09:41:27 +01:00
..
2020-01-17 09:37:54 +01:00
2020-01-16 19:14:31 +01:00
2019-10-08 10:49:30 +02:00
2019-10-03 02:18:16 +03:00
2019-02-05 10:33:28 +03:00
2019-12-30 15:18:25 +01:00
2019-02-05 10:33:28 +03:00
2020-01-17 09:37:54 +01:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00
2019-09-03 14:23:44 +03:00