This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][AARCH64][NFC] Create isLoadStoreImm12 function by splitting getPageOffset12Shift
ClosedPublic

Authored by sunho on May 29 2022, 11:51 PM.

Details

Summary

Split getPageOffset12Shift function to get isLoadStoreImm12 util function which will be used for validating elf/aarch64 ldst relocation types.

Diff Detail

Event Timeline

sunho created this revision.May 29 2022, 11:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 11:51 PM
sunho requested review of this revision.May 29 2022, 11:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 11:51 PM
sunho updated this revision to Diff 432864.May 30 2022, 1:06 AM
sunho updated this revision to Diff 432884.May 30 2022, 4:24 AM

Truncated diff

This revision is now accepted and ready to land.Jun 1 2022, 12:18 PM
lhames accepted this revision.Jun 7 2022, 12:03 PM

LGTM.

This revision was landed with ongoing or failed builds.Jun 7 2022, 1:18 PM
This revision was automatically updated to reflect the committed changes.