mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
986ec7a3b8
Add three more unit tests that mirror the previous "with_alloca" variants but where the store of the extra argument %val into the pre-existing alloca happens BEFORE the call instead of after it. The expected number of NEW allocas after the pass is the same as in the corresponding store-after-call variant: the position of the store relative to the call does not change the picker's decision.