[PATCH] D72577: [PowerPC][Future] Add prefixed loads and stores for future CPU

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 12 12:01:37 PST 2020


stefanp created this revision.
stefanp added reviewers: power-llvm-team, nemanjai, hfinkel.
Herald added subscribers: shchenz, jsji, kbarton, hiraditya.
Herald added a project: LLVM.
stefanp added a parent revision: D72574: [PowerPC][Future] Add pld and pstd to future CPU.
Herald added a subscriber: wuzish.

A previous patch should have added `pld` and `pstd` and any support code in the backend that is required for prefixed load and store type operations.
This patch adds a number of additional prefixed load and store type instructions for the future CPU.


https://reviews.llvm.org/D72577

Files:
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/MC/Disassembler/PowerPC/future-invalid.txt
  llvm/test/MC/Disassembler/PowerPC/futureinsts.txt
  llvm/test/MC/PowerPC/future-errors.s
  llvm/test/MC/PowerPC/future.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72577.237556.patch
Type: text/x-patch
Size: 33444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200112/2802a0b7/attachment.bin>


More information about the llvm-commits mailing list