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

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 22:52:33 PST 2022


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

Address review comments from @arsenm regarding removing unnecessary code for `G_BITCAST`.


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/PPCGenRegisterBankInfo.def
  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/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.476662.patch
Type: text/x-patch
Size: 28551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221119/2f50cde7/attachment.bin>


More information about the llvm-commits mailing list