[PATCH] D135535: [PowerPC][GISel] support 32 bit load/store

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 9 01:55:54 PDT 2022


shchenz created this revision.
shchenz added reviewers: Kai, arsenm, amyk, nemanjai, PowerPC.
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 a follow up of D134792 <https://reviews.llvm.org/D134792>. This patch supports 32 bit load/store.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135535

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/test/CodeGen/PowerPC/GlobalISel/load-store-32bit.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135535.466355.patch
Type: text/x-patch
Size: 10568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221009/7cfbf7f6/attachment.bin>


More information about the llvm-commits mailing list