[PATCH] D158197: [PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores when relaxing initial-exec to local-exec

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 22:40:39 PDT 2023


amyk updated this revision to Diff 551708.
amyk added a comment.

Update `getPPCDFormOp()` to return the D-Form opcodes in the most significant bits (like `getPPCDSFormOp()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158197

Files:
  lld/ELF/Arch/PPC.cpp
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/Target.h
  lld/test/ELF/ppc32-tls-ie.s
  lld/test/ELF/ppc64-tls-ie.s
  lld/test/ELF/ppc64-tls-pcrel-ie.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158197.551708.patch
Type: text/x-patch
Size: 14240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230819/ad02a1f3/attachment.bin>


More information about the llvm-commits mailing list