mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
1f39ed42e650e5facaa90908be93909fd4fa9aaa
Before this commit, if the DLA was detecting stack sizes that were smaller than expected by the Model, the size of struct recovered by the DLA was edited in-place, enlarging it an possibly leading to a malformed Model. This commit fixes the problem: - the size of the stack struct recovered by DLA is not changed - the fields of the stack struct recovered by DLA are copied inside inside the Model in the struct representing the stack
Description
Languages
C++
77.1%
Python
12.6%
MLIR
4.4%
CMake
1.9%
LLVM
1.4%
Other
2.5%