[PATCH] D136992: [PowerPC] Add new load/store with length instructions to Future CPU.

Maryam Moghadas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 15:08:38 PDT 2022


maryammo created this revision.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: All.
maryammo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds 8 news load and store with length instructions including
lxvrl, lxvrll, stxvrl, stxvrll, lxvprl, lxvprll, stxvprl, stxvprll.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136992

Files:
  llvm/lib/Target/PowerPC/PPCInstrFuture.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/MC/Disassembler/PowerPC/ppc-encoding-ISAFuture.txt
  llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt
  llvm/test/MC/PowerPC/ppc-encoding-ISAFuture.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136992.471664.patch
Type: text/x-patch
Size: 6198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221028/8658f61d/attachment.bin>


More information about the llvm-commits mailing list