mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
a4f4906ba7
InstCombine was disabled in favor of some more basic constant propagation, but it turns that under certain circumstances this leads to direct branches appearing as indirect branches until we run InstCombine during finalization, which triggers an assertion, since we do not expect any direct jump there. If this, affects translation performance, we can think to run it less often.