Nikita Popov
6a5d60085d
Support VERIFY_RETURN_TYPE elision with unused operand
...
This handles the degenerate case where SCCP replaced the value in
the RETURN opcode with a constant, but the VERIFY_RETURN is still
there. We can still apply the same optimization, just don't need
to adjust the use list in this case.
The result is still sub-optimal in that a dead QM_ASSIGN is left
behind.
2021-03-22 14:54:29 +01:00
..
2019-10-10 11:48:31 +03:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2021-01-07 09:43:31 -05:00
2020-03-25 14:26:42 +03:00
2020-07-24 10:05:03 +02:00
2020-07-24 10:05:03 +02:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2021-03-18 15:25:40 +01:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2019-05-28 15:46:03 +02:00
2020-02-03 22:52:20 +01:00
2019-05-29 16:47:19 +02:00
2020-03-25 14:26:42 +03:00
2020-06-08 09:17:13 -04:00
2021-02-11 12:36:35 +01:00
2020-11-27 17:44:30 +01:00
2020-11-27 20:24:00 +01:00
2020-11-27 20:24:00 +01:00
2020-11-27 17:00:12 +01:00
2020-11-30 11:18:21 +01:00
2017-09-01 13:32:26 +03:00
2021-03-22 14:54:29 +01:00