"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6ca6ba20bae79c8ded2383468b02ed45ab32431d"
[COFF] Create range extension thunks for ARM64
On ARM64, this is normally necessary only after a module exceeds 128 MB in size (while the limit for thumb is 16 MB). For conditional branches, the range limit is only 1 MB though (the same as for thumb), and for the tbz instruction, the range is only 32 KB, which allows for a test much smaller than the full 128 MB. This fixes PR40467. Differential Revision: https://reviews.llvm.org/D57575 llvm-svn: 352929
Loading
Please register or sign in to comment