[PATCH] D66072: [MC][PowerPC] Emit R_PPC_UADDR32 and R_PPC64_UADDR64 if r_offset is misaligned
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 02:56:46 PDT 2019
MaskRay abandoned this revision.
MaskRay added a comment.
Probably not worth the trouble: rL177160 <https://reviews.llvm.org/rL177160> , newer ppc64 processors can do unaligned memory access nearly as efficient as aligned accesses? If that is true, we should not do misaligned ADDR -> UADDR transforms as powerpc64 ld.bfd does (https://sourceware.org/bugzilla/show_bug.cgi?id=24896)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66072/new/
https://reviews.llvm.org/D66072
More information about the llvm-commits
mailing list