[PATCH] D114062: [PowerPC] use lvx + splat directly for aligned splat load

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 23:53:40 PST 2021


shchenz updated this revision to Diff 387846.
shchenz added a comment.

for power 9, use `lxsibzx` as it has the same latency with `lvx` but has more useable registers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114062

Files:
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/load-and-splat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114062.387846.patch
Type: text/x-patch
Size: 8393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/fe357a71/attachment.bin>


More information about the llvm-commits mailing list