Vincent Lee
06ca52e252
[InlineOrder] Fix InlineOrder erase_if implementation ( #78684 )
...
The InlineOrder Heap stores a CallBase ptr and InlineHistoryID pair.
When running the `erase_if` method, InlineHistoryID is always returned
with 0. Instead, we should be retrieving it from the `InlineHistoryMap`
(similar to what is done in the `pop` implementation).
This change is completely harmless because no one is using
InlineHistoryID right now as part of the `erase_if` implementation which
is currently only used in the ModuleInliner.
2024-01-20 14:22:31 -08:00
..
2023-09-03 09:00:27 -04:00
2024-01-17 09:31:00 +01:00
2023-11-06 21:42:56 -08:00
2024-01-17 15:59:13 +01:00
2023-11-27 15:09:18 -08:00
2023-11-21 14:34:02 +01:00
2024-01-03 17:05:08 +01:00
2024-01-17 09:31:00 +01:00
2023-10-05 18:26:50 -07:00
2023-10-24 20:27:39 -07:00
2023-12-02 13:01:48 -08:00
2023-11-25 15:39:59 -08:00
2023-06-25 15:42:22 +01:00
2023-12-05 10:09:52 +01:00
2022-10-18 10:06:07 +02:00
2023-11-26 01:46:31 -08:00
2022-10-22 09:29:40 -07:00
2023-09-01 18:25:16 -07:00
2024-01-17 09:55:30 +00:00
2023-04-11 09:03:01 +01:00
2022-08-18 11:55:23 +01:00
2023-11-21 16:36:45 +01:00
2024-01-03 13:57:52 +00:00
2023-11-21 00:52:23 -08:00
2023-07-12 12:31:42 +05:30
2023-03-15 18:06:32 -07:00
2023-11-21 00:57:37 -08:00
2023-10-16 14:04:09 +02:00
2023-01-13 16:28:44 -08:00
2023-10-11 08:04:04 -07:00
2023-12-08 10:25:04 +01:00
2022-11-23 22:47:46 -08:00
2023-10-10 19:58:03 -07:00
2023-07-28 12:13:35 -07:00
2023-09-20 11:27:54 +02:00
2022-09-28 20:49:01 +02:00
2022-11-24 20:31:13 -08:00
2023-06-25 15:42:22 +01:00
2024-01-04 10:08:21 +01:00
2024-01-20 14:22:31 -08:00
2022-12-15 13:08:25 -08:00
2023-11-21 00:51:52 -08:00
2023-03-15 18:06:32 -07:00
2024-01-08 15:52:58 +01:00
2023-02-02 08:44:39 -08:00
2023-03-29 23:01:11 -07:00
2023-12-07 22:15:32 -08:00
2023-07-20 14:56:19 +01:00
2023-01-05 14:11:08 +01:00
2024-01-10 10:29:45 +01:00
2023-08-14 14:11:17 +02:00
2023-06-30 12:31:32 -04:00
2024-01-04 10:08:21 +01:00
2024-01-17 15:59:13 +01:00
2022-11-25 10:28:54 -08:00
2023-04-10 19:40:52 -07:00
2024-01-03 13:49:13 +01:00
2022-12-14 07:32:24 +00:00
2023-10-24 23:03:13 -07:00
2023-06-13 13:18:48 -07:00
2024-01-05 18:08:53 -08:00
2023-12-24 15:13:15 -08:00
2023-05-24 12:40:10 -07:00
2023-05-08 10:34:53 -07:00
2023-08-10 09:57:32 -07:00
2024-01-08 10:21:25 +01:00
2023-10-04 21:20:00 -07:00
2022-12-14 07:32:24 +00:00
2023-06-13 13:18:48 -07:00
2023-12-06 08:41:44 -08:00
2023-06-13 13:18:48 -07:00
2023-07-28 12:13:35 -07:00
2022-12-06 12:49:32 -08:00
2023-02-27 12:57:59 +03:00
2023-09-30 18:51:28 -07:00
2022-11-25 15:13:04 +07:00
2023-10-22 12:15:46 -07:00
2022-12-14 07:32:24 +00:00
2024-01-12 07:45:28 -08:00
2023-10-26 10:37:18 +02:00
2023-03-02 13:14:07 +00:00
2023-07-05 18:11:44 +01:00
2023-07-28 12:13:35 -07:00
2023-03-14 00:32:40 -07:00
2024-01-11 13:54:07 -08:00
2023-08-29 18:59:52 -07:00
2024-01-17 10:35:20 -08:00
2024-01-09 11:29:28 +00:00
2023-01-27 17:59:05 -08:00
2023-10-11 08:04:04 -07:00
2023-11-16 12:50:46 -08:00
2023-07-28 12:13:35 -07:00
2023-06-29 08:33:45 -07:00
2023-07-27 09:54:50 +05:30
2022-11-02 17:52:13 +01:00
2024-01-04 11:29:00 -08:00
2024-01-17 09:55:30 +00:00