[PATCH] D38112: [ELF] Fix edge condition in thunk offset calculation

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 04:20:41 PDT 2017


peter.smith added a comment.

Thanks for spotting that, and my apologies for the mistake, I agree the offset needs to be from the add ip, ip, pc, and shouldn't vary between the movw and movt that construct the offset. Looks good to me, but will be worth waiting to see if Rui or Rafael have any comments.


https://reviews.llvm.org/D38112





More information about the llvm-commits mailing list