Enna1
1fafa32f6e
[SCEV] Avoid unnecessary call to getExitingBlock() in computeExitLimit() ( #96188 )
...
In `computeExitLimit()`, we use `getExitingBlock()` to check if loop has
exactly one exiting block.
Since `computeExitLimit()` is only used in
`computeBackedgeTakenCount()`, and `getExitingBlocks()` is called to get
all exiting blocks in `computeBackedgeTakenCount()`, we can simply check
if loop has exactly one exiting block by checking if the number of
exiting blocks equals 1 in `computeBackedgeTakenCount()` and pass it as
an argument to `computeExitLimit()`.
This change helps to improve the compile time for files containing large
loops.
2024-06-21 09:43:34 +08:00
..
2024-06-17 14:42:10 -07:00
2024-01-17 09:31:00 +01:00
2023-11-06 21:42:56 -08:00
2024-03-31 22:47:55 -07:00
2024-04-09 20:12:26 +02:00
2023-11-21 14:34:02 +01:00
2024-03-04 16:53:27 -06:00
2024-06-04 08:32:57 -07:00
2024-05-07 10:20:10 -07:00
2024-02-27 14:13:00 -05:00
2024-06-03 10:21:07 +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
2024-05-21 09:48:03 -07:00
2023-11-26 01:46:31 -08:00
2024-06-11 09:50:13 -07:00
2024-05-29 06:13:02 +01:00
2024-04-18 15:44:12 +09:00
2024-06-06 13:13:46 +05:30
2024-06-18 22:03:01 +08: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
2024-06-14 22:49:36 -07:00
2023-10-16 14:04:09 +02:00
2024-05-15 13:10:16 +01:00
2024-06-17 14:42:10 -07:00
2024-03-04 16:53:27 -06:00
2023-10-10 19:58:03 -07:00
2024-04-19 10:01:42 -07:00
2023-09-20 11:27:54 +02:00
2024-06-14 22:49:36 -07:00
2024-06-17 18:51:45 -07:00
2023-06-25 15:42:22 +01:00
2024-05-10 21:18:53 +08:00
2024-03-26 15:59:31 -07:00
2023-11-21 00:51:52 -08:00
2024-06-17 13:10:57 +08:00
2024-01-27 09:32:22 -08:00
2024-02-14 16:40:36 +08:00
2023-07-20 14:56:19 +01:00
2024-06-11 09:50:13 -07:00
2024-06-17 21:13:52 +02:00
2024-04-16 12:26:08 +01:00
2024-06-18 15:53:28 +08:00
2024-06-04 10:00:26 +02:00
2024-06-11 19:39:02 +01:00
2024-05-27 09:54:39 -04:00
2024-06-06 13:13:46 +05:30
2023-10-24 23:03:13 -07:00
2023-06-13 13:18:48 -07:00
2024-05-02 19:13:14 -07:00
2023-12-24 15:13:15 -08:00
2023-05-24 12:40:10 -07:00
2024-05-07 10:20:10 -07:00
2024-05-02 11:01:24 +01:00
2024-01-24 10:15:42 +01:00
2024-06-17 14:18:55 -07:00
2023-06-13 13:18:48 -07:00
2024-06-17 18:51:45 -07:00
2023-06-13 13:18:48 -07:00
2023-07-28 12:13:35 -07:00
2024-06-20 17:41:35 +02:00
2023-09-30 18:51:28 -07:00
2023-10-22 12:15:46 -07:00
2024-03-31 19:45:12 -07:00
2024-06-21 09:43:34 +08:00
2024-05-30 10:50:32 +08:00
2023-07-05 18:11:44 +01:00
2023-07-28 12:13:35 -07:00
2024-06-14 22:49:36 -07:00
2023-08-29 18:59:52 -07:00
2024-05-24 11:16:27 +01:00
2024-06-05 14:40:58 +02:00
2023-10-11 08:04:04 -07:00
2023-11-16 12:50:46 -08:00
2024-02-16 19:23:14 +00:00
2024-04-15 11:40:23 -07:00
2023-07-27 09:54:50 +05:30
2024-06-20 12:41:21 +02:00
2024-06-05 15:01:33 -04:00