[PATCH] D105761: [lld][AMDGPU] Handle R_AMDGPU_REL16 relocation.

Hafiz Abid Qadeer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 10:17:00 PDT 2021


abidh marked 2 inline comments as done.
abidh added inline comments.


================
Comment at: lld/test/ELF/amdgpu-relocs2.s:25
+.section .text.unlikely
+cold1:
+  s_add_i32 s15, s15, 1
----------------
MaskRay wrote:
> unused .text.unlikely?
This section is used. There is a jump to cold2. The test checks that jumps both forward and backward with this relocation generates correct immediate.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105761/new/

https://reviews.llvm.org/D105761



More information about the llvm-commits mailing list