[clang] [llvm] [AArch64][PAC] Sign block addresses used in indirectbr. (PR #97647)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 15:31:22 PDT 2024


efriedma-quic wrote:

Under the proposed ABI, `&&A-&&B` is actually "sign(A)-sign(B)".  Which is a constant, but not one which can be represented as a relocation (as far as I know).

https://github.com/llvm/llvm-project/pull/97647


More information about the llvm-commits mailing list