This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

dongAxis1944 created this revision.Jan 26 2022, 2:59 AM
dongAxis1944 requested review of this revision.Jan 26 2022, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2022, 2:59 AM

update patch

sgraenitz accepted this revision.Jan 26 2022, 5:05 AM

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

This is from llvm/Support/MathExtras.h right? Can you add it as an explicit include please? Otherwise LGTM.

ok, i will include the header.

This revision was landed with ongoing or failed builds.Jan 26 2022, 7:27 AM
This revision was automatically updated to reflect the committed changes.