[PATCH] D46247: [LLD][ELF][AArch64] Simplify relocations sharing same encoding [NFC]

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 02:28:58 PDT 2018


grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.

LGTM.

(It was a bit unobvious, but I agree that `or32AArch64Imm(Loc, getBits(Val, 3, 11))` is an equivalent for `or32le(Loc, (Val & 0xFF8) << 7)`.)


https://reviews.llvm.org/D46247





More information about the llvm-commits mailing list