[PATCH] D38053: [AArch64] Implement R_AARCH64_ LD_PREL_LO19

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 13:45:28 PDT 2017


davide added a comment.

273 R_AARCH64_LD_PREL_LO19
S + A - P Set a load-literal immediate value to bits [20:2] of X; check that -2^20 ≤ X < 2^20

See, for reference, also, already implemented CONDBR19 (which does the same, but for branch instructions (this is for loads).


https://reviews.llvm.org/D38053





More information about the llvm-commits mailing list