[PATCH] D93370: [PowerPC] Add new infrastructure to select load/store instructions, update P8/P9 load/store patterns.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 18:00:58 PST 2021


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

Update patch to fix a small issue when setting the `Base` and `Disp` for `DForms` when we have constant that fits in 32-bits.
Previously I used a `uint64_t` when it should have been a `uint16_t`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93370

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/p9-dform-load-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93370.323854.patch
Type: text/x-patch
Size: 123842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210216/d9923f78/attachment-0001.bin>


More information about the llvm-commits mailing list