[PATCH] D24702: AArch64: Set shift bit of TLSLE HI12 add instruction

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 02:15:26 PDT 2016


rovka added a comment.

Could you please add a testcase for this? You can use llvm-objdump -r -d to make sure you got the right encoding and relocation.
The fix itself seems ok. Maybe we should consider doing the same thing for DTPREL? (I'm not sure gcc supports DTPREL atm, but we do, so we should be consistent).


https://reviews.llvm.org/D24702





More information about the llvm-commits mailing list