[NFC][ORC][AArch64] use isInt<N> to replace fitsRangeSignedInt on aarch64
authordongAxis <dongaxis1944@outlook.com>
Wed, 26 Jan 2022 15:22:09 +0000 (23:22 +0800)
committerdongAxis <dongaxis1944@outlook.com>
Wed, 26 Jan 2022 15:26:31 +0000 (23:26 +0800)
commitdf597bf000b5c566e0f9218a53927daf9bc60f6d
treeb6f550e343b5abe1bef60615874d9543f601f1a5
parent63daea8b35cdb48d6061dc8ad72e5445b808dbce
[NFC][ORC][AArch64] use isInt<N> to replace fitsRangeSignedInt on aarch64

Summary:
This is the first path to support more relocation types on aarch64.
 The patch just uses the isInt<N> to replace fitsRangeSignedInt.

Test Plan:
check-all

Differential Revision: https://reviews.llvm.org/D118231
llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp