mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
197219673f
After we drop legacy mode, the only user of LocalVariableBuilder will be SegregateStackAccesses. This is possible thanks to the fact that dropping the legacy mode will demistify local variables and turn them into plain allocas accessed via loads/stores. This will end the need for a centralized place to deal with local variable creation, that is caused by the various ad-hoc manipulations we've been doing for a long time in legacy mode.