mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 07:56:06 +00:00

Branch-absolute instructions are currently printed in decimal, and negative addresses are printed as positive numbers. With this change, addresses are printed in hex and negative addresses are converted to an unsigned 32- or 64-bit address.