[PATCH] D132942: [PowerPC][GISel]add support for float point arithmetic operations

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 07:44:50 PDT 2022


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

This is based on https://reviews.llvm.org/D127530

Add global isel support for `{G_FADD, G_FSUB, G_FMUL, G_FDIV}`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132942

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132942.456668.patch
Type: text/x-patch
Size: 9193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220830/ce752a2f/attachment.bin>


More information about the llvm-commits mailing list