[PATCH] D96075: [PowerPC] Exploit Prefixed Load/Stores using the refactored Load/Store Implementation

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 06:08:45 PST 2021


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

- Update LIT test cases with prefixed load/store checks.
- Added a `PrefixInstrs` flag.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96075

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/CodeGen/PowerPC/mma-acc-memops.ll
  llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
  llvm/test/CodeGen/PowerPC/paired-vector-intrinsics.ll
  llvm/test/CodeGen/PowerPC/prefixed-ld-st-atomics.ll
  llvm/test/CodeGen/PowerPC/prefixed-ld-st-constants.ll
  llvm/test/CodeGen/PowerPC/prefixed-ld-st.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96075.322984.patch
Type: text/x-patch
Size: 58800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/de945703/attachment.bin>


More information about the llvm-commits mailing list