mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7ead8d68cc
This commit fixes a problem that led to use SET to discover very very simple jump targets: the return addresses of functions call. Since in this situation, for each call, we needed to run SET, this commit leads to a *huge* improvements in terms of translation performance. This commit also enforces renaming of the translated basic blocks after they get split and update the ground truth for several analysis tests.