[PATCH] D48090: [PPC64] global dynamic to initial exec relaxation

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 12:37:17 PDT 2018


sfertile updated this revision to Diff 151226.
sfertile added a comment.

Updated formatting, removed the 2 new RelExprs since they aren't needed, expanded comments on the relaxation specifics.

I also fixed an issue where I had assumed the input register to the load was r3, which isn't necessary. Any register could be used  for the intermediate value.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48090

Files:
  ELF/Arch/PPC64.cpp
  ELF/InputSection.cpp
  test/ELF/ppc64-gd-to-ie.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48090.151226.patch
Type: text/x-patch
Size: 7414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180613/f96994bf/attachment-0001.bin>


More information about the llvm-commits mailing list