This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][AArch64] Lift fixup functions from aarch64.cpp to aarch64.h. (NFC)
ClosedPublic

Authored by sunho on Jun 10 2022, 10:01 PM.

Details

Summary

Lift fixup functions from aarch64.cpp to aarch64.h so that they have better chance of getting inlined. Also, adds some comments documenting the purpose of functions.

Diff Detail

Event Timeline

sunho created this revision.Jun 10 2022, 10:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 10:01 PM
sunho requested review of this revision.Jun 10 2022, 10:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 10:01 PM
sunho retitled this revision from [JITLink][AArch64] Lift fixup functions from aarch64.cpp to aarch64.h. to [JITLink][AArch64] Lift fixup functions from aarch64.cpp to aarch64.h. (NFC).Jun 10 2022, 10:02 PM
sgraenitz accepted this revision.Jun 13 2022, 2:52 PM

LGTM!

Just to add some context for other reviewers: We want this code in the header to make sure it's inlined into the backends.

This revision is now accepted and ready to land.Jun 13 2022, 2:52 PM
This revision was landed with ongoing or failed builds.Jun 13 2022, 9:35 PM
This revision was automatically updated to reflect the committed changes.