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 D118231
[ORC][AArch64] use isInt<N> to replace fitsRangeSignedInt on aarch64 dongAxis1944 on Jan 26 2022, 2:59 AM. Authored by
Details 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. |