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

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 16:59:38 PST 2022


shchenz added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp:44
 
   // For now only handle 64 bit, we only support 64 bit integer and zext/sext is
   // not ready.
----------------
amyk wrote:
> We should update this comment (since as of this patch, we support both 32-bit and 64-bit).
good catch, will update.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135535



More information about the llvm-commits mailing list