Files
revng-revng/tests/unit
Andrea Gussoni 3527291bd9 IDS: multiple divergence implementation
Perform the IDS transformation, by taking into account possible multiple
divergent scopes for a certain conditional node at the same time.

This reduces the run times, since it reduces the number of time IDS is
called on a conditional, but mostly proceduce a more _compact_
`ScopeGraph`, where all the divergent scopes for a certain conditional
node rejoing the path toward the one true exit in a single point,
instead of having a chain of IDS resulting regions.

Make IDS unit tests compliant with the new multiple divergence
implementation.
2025-06-12 15:31:38 +02:00
..
2025-02-13 13:10:51 +02:00
2025-06-04 15:13:47 +02:00
2024-11-21 10:50:55 +01:00
2024-11-21 10:50:55 +01:00
2025-02-13 13:10:51 +02:00
2024-02-29 17:03:36 +01:00
2024-11-21 10:50:55 +01:00
2025-02-13 13:10:51 +02:00
2024-10-30 21:57:55 +01:00
2023-09-06 15:23:43 +02:00
2025-04-03 15:59:18 +02:00
2025-04-30 16:10:54 +02:00
2024-07-10 16:19:27 +02:00