[PATCH] D137785: [PowerPC][GISel] Add initial GlobalISel support for vector functions.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 06:46:12 PST 2023


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

Rebased patch, as well as demorgan a condition in `PPCLegalizerInfo.cpp`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137785

Files:
  llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
  llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
  llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
  llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
  llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td
  llvm/lib/Target/PowerPC/PPCGenRegisterBankInfo.def
  llvm/test/CodeGen/PowerPC/GlobalISel/float-arithmetic.ll
  llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-arithmentic-vec.ll
  llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-logical-vec.ll
  llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-ret-and-bitcast-vec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137785.491759.patch
Type: text/x-patch
Size: 28964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/0410d352/attachment.bin>


More information about the llvm-commits mailing list