mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7db7309987
In the intraprocedural analysis of the stack analysis we implemented the transfer function of the `Trunc` instruction as the identity function (just as `PtrToInt` or `ZExt`). However this is not safe since `Trunc` loses information. This lead to incorrect results in the ABI analysis.