Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improves reification of calls in the IR theory (BinaryAnalysisPlatfor…
…m#1378) * fixes the IR theory implementation The seq function was incorrectly dropping blocks because the is_empty predicate was not updated in BinaryAnalysisPlatform#1326 when subinstructions were introduced and the null label started to be used everywhere. * improves reification of calls in the IR theory It looks like that the IR theory could be more clever and reify `seq (call <fun>) <rest>` into ``` call <fun> return @next ... next: <rest> ```
- Loading branch information