[PATCH] D140878: [PowerPC][GISel]fcmp support

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 01:52:05 PST 2023


shchenz created this revision.
shchenz added reviewers: Kai, amyk, arsenm, nemanjai, PowerPC.
shchenz added a project: LLVM.
Herald added subscribers: kbarton, hiraditya.
Herald added a project: All.
shchenz requested review of this revision.
Herald added subscribers: llvm-commits, wdng.

This patch includes:
1: CRRegBank support
2: Some workarounds in PPC table gen for anyext/setcc patterns selection. (Will address this issue in `utils/TableGen/GlobalISelEmitter.cpp` later)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140878

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/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/GlobalISel/fcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140878.485940.patch
Type: text/x-patch
Size: 15163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/248f8961/attachment-0001.bin>


More information about the llvm-commits mailing list