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

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 07:01:26 PST 2022


amyk 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.
----------------
We should update this comment (since as of this patch, we support both 32-bit and 64-bit).


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