[PATCH] D84360: [LLD][PowerPC] Implement GOT to PC-Rel relaxation

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 08:43:03 PDT 2020


sfertile added a comment.

I believe we can have the optimization relocation on a code sequence like:

  paddi ra, sym at pcrel
  load/store rt, offset(ra)

If so we should have a test showing we relocate it properly even if we don't optimize it yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84360



More information about the llvm-commits mailing list