mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
deddd8ebd1eeff0bce36eaf3ee1673968df4a86d
Do not promote registers to `undef` initializers of registers not marked as being preserved by the current function. This is useful to highlight usages of registers that are not an argument, nor a callee saved register. Mainly this has been introduced to preserved reads from x86-64 `fs` register.
Description
Languages
C++
77.1%
Python
12.6%
MLIR
4.4%
CMake
1.9%
LLVM
1.4%
Other
2.5%