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
Paths
| Differential D118231
[ORC][AArch64] use isInt<N> to replace fitsRangeSignedInt on aarch64 ClosedPublic Authored by dongAxis1944 on Jan 26 2022, 2:59 AM.
Details Summary 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
Diff Detail
Event TimelineComment Actions This is from llvm/Support/MathExtras.h right? Can you add it as an explicit include please? Otherwise LGTM. This revision is now accepted and ready to land.Jan 26 2022, 5:05 AM Comment Actions
ok, i will include the header. This revision was landed with ongoing or failed builds.Jan 26 2022, 7:27 AM Closed by commit rGdf597bf000b5: [NFC][ORC][AArch64] use isInt<N> to replace fitsRangeSignedInt on aarch64 (authored by dongAxis1944). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403262 llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
|