mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
deddd8ebd1
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.