Jonathan Cohen
00d383ee9d
[DAGCombiner] Limit steps in shouldCombineToPostInc ( #116030 )
...
Currently the function will walk the entire DAG to find other candidates
to perform a post-inc store. This leads to very long compilation times
on large functions. Added a MaxSteps limit to avoid this, which is also
aligned to how hasPredecessorHelper is used elsewhere in the code.
2024-11-21 11:58:37 +02:00
..
2024-11-21 11:58:37 +02:00
2024-11-03 07:03:33 -08:00
2024-11-03 07:03:33 -08:00
2024-11-02 14:19:58 +01:00
2024-09-26 10:49:29 +01:00
2024-11-06 11:06:06 +00:00
2024-11-20 10:56:39 +00:00
2024-11-18 13:32:58 -05:00
2024-06-26 16:49:00 -07:00
2024-11-20 10:56:39 +00:00
2024-09-04 19:14:18 -07:00
2024-11-06 11:06:06 +00:00
2024-11-21 17:43:01 +08:00
2024-08-20 13:51:10 -07:00
2024-09-26 10:49:29 +01:00
2024-09-30 23:15:18 +01:00
2024-09-26 10:49:29 +01:00
2024-09-26 10:49:29 +01:00
2023-09-14 14:10:14 -07:00
2024-11-12 20:48:41 +00:00
2024-03-23 12:56:25 +00:00
2024-11-14 17:48:43 +00:00
2024-11-14 17:48:43 +00:00
2024-11-02 14:19:58 +01:00
2024-10-31 08:10:07 +08:00
2024-07-01 21:52:37 -04:00
2024-11-03 07:03:33 -08:00
2024-11-16 12:40:42 +00:00