This relocation is used for the 14-bit immediate in test and branch
instructions.
Details
Details
- Reviewers
lhames - Commits
- rGa9a2eb81000d: [JITLink][AArch64] Implement R_AARCH64_TSTBR14
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150778
[JITLink][AArch64] Implement R_AARCH64_TSTBR14 ClosedPublic Authored by jobnoorman on May 17 2023, 7:17 AM.
Details
Summary This relocation is used for the 14-bit immediate in test and branch
Diff Detail
Event Timelinejobnoorman added a child revision: D147544: [BOLT] Move from RuntimeDyld to JITLink.May 17 2023, 7:21 AM This revision is now accepted and ready to land.May 18 2023, 6:53 PM This revision was landed with ongoing or failed builds.May 18 2023, 11:10 PM Closed by commit rGa9a2eb81000d: [JITLink][AArch64] Implement R_AARCH64_TSTBR14 (authored by jobnoorman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523658 llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
llvm/test/ExecutionEngine/JITLink/AArch64/ELF_relocations.s
|