[PATCH] D118074: [PowerPC] Remove the LDMX instruction.

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 13:26:52 PST 2022


stefanp created this revision.
stefanp added reviewers: lei, nemanjai.
Herald added subscribers: shchenz, kbarton, hiraditya.
stefanp requested review of this revision.
Herald added a project: LLVM.

The LDMX instruction was to be potentially added in P9 <https://reviews.llvm.org/P9> but it was never added
in either ISA 3.0 or ISA 3.1. This patch removes that instruction as it is
currently still an invalid instruction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118074

Files:
  llvm/lib/Target/PowerPC/P10InstrResources.td
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCScheduleP9.td
  llvm/lib/Target/PowerPC/README_P9.txt
  llvm/test/MC/Disassembler/PowerPC/ppc64-encoding.txt
  llvm/test/MC/PowerPC/ppc64-encoding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118074.402644.patch
Type: text/x-patch
Size: 4165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/36d3ecb7/attachment.bin>


More information about the llvm-commits mailing list