[PATCH] D150778: [JITLink][AArch64] Implement R_AARCH64_TSTBR14

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 07:17:50 PDT 2023


jobnoorman created this revision.
jobnoorman added a reviewer: lhames.
Herald added subscribers: asb, pmatos, hiraditya, kristof.beyls.
Herald added a project: All.
jobnoorman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This relocation is used for the 14-bit immediate in test and branch
instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150778

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150778.523044.patch
Type: text/x-patch
Size: 5806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230517/8212d249/attachment.bin>


More information about the llvm-commits mailing list