[PATCH] D21215: [docs] Update AMDGPU relocation information
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 18:01:44 PDT 2016
rafael added a comment.
Don't you need an actual R_AMDGPU_ABS32_LO too? If you need a _HI I would assume you need a _LO.
What I would expect is
FOO_ABS32: S + A : this has to be a 32 bit value
FOO_ABS32_LO: (S + A) & 0xffffffff: this writes the low 32 bit values of a 64 bit number.
http://reviews.llvm.org/D21215
More information about the llvm-commits
mailing list