[PATCH] D94454: [PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10

Baptiste Saleil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 14:41:32 PST 2021


bsaleil updated this revision to Diff 317081.
bsaleil added a comment.

Use `isISA3_1` instead of `hasP10Vector` and add `P9` run line in test case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94454

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/pcrel-linkeropt.ll
  llvm/test/CodeGen/PowerPC/vec_insert_elt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94454.317081.patch
Type: text/x-patch
Size: 37484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/675e4f8b/attachment-0001.bin>


More information about the llvm-commits mailing list