This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][AArch64] Implement R_AARCH64_CONDBR19
ClosedPublic

Authored by jobnoorman on Apr 25 2023, 2:21 AM.

Details

Summary

This relocation is used for the 19-bit immediate in conditional branch
and compare and branch instructions.

Diff Detail

Event Timeline

jobnoorman created this revision.Apr 25 2023, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 2:21 AM
jobnoorman requested review of this revision.Apr 25 2023, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 2:21 AM
jobnoorman retitled this revision from [JITLink][AArch46] Implement R_AARCH64_CONDBR19 to [JITLink][AArch64] Implement R_AARCH64_CONDBR19.Apr 25 2023, 2:29 AM
lhames accepted this revision.Apr 25 2023, 4:32 PM

Looks great. Thank you very much @jobnoorman!

This revision is now accepted and ready to land.Apr 25 2023, 4:32 PM
This revision was automatically updated to reflect the committed changes.