[PATCH] D102738: GlobalISel: Do not change register types in lowerLoad

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 20 10:50:37 PDT 2021


aemerson accepted this revision.
aemerson added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp:2719
 LegalizerHelper::lowerLoad(MachineInstr &MI) {
   // Lower to a memory-width G_LOAD and a G_SEXT/G_ZEXT/G_ANYEXT
   Register DstReg = MI.getOperand(0).getReg();
----------------
This comment is now obsolete.


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

https://reviews.llvm.org/D102738



More information about the llvm-commits mailing list