[PATCH] D57575: [LLD] [COFF] Create range extension thunks for ARM64

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 02:36:05 PST 2019


mstorsjo updated this revision to Diff 184706.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Fixed a typo in the range checks for adding thunks for conditional branches. For the tbz instruction with the relocation IMAGE_REL_ARM64_BRANCH14, the range actually only is +/- 32 KB, making the testcase produce slightly smaller intermediates.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57575/new/

https://reviews.llvm.org/D57575

Files:
  COFF/Chunks.cpp
  COFF/Chunks.h
  COFF/Writer.cpp
  test/COFF/arm64-thunks.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57575.184706.patch
Type: text/x-patch
Size: 5680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190201/7904afd4/attachment.bin>


More information about the llvm-commits mailing list