[all-commits] [llvm/llvm-project] df597b: [NFC][ORC][AArch64] use isInt<N> to replace fitsRa...
Axis via All-commits
all-commits at lists.llvm.org
Wed Jan 26 07:27:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df597bf000b5c566e0f9218a53927daf9bc60f6d
https://github.com/llvm/llvm-project/commit/df597bf000b5c566e0f9218a53927daf9bc60f6d
Author: dongAxis <dongaxis1944 at outlook.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list