[PATCH] D59644: [MIPS GlobalISel] Select copy for arguments from FPRBRegBank

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 24 14:44:53 PDT 2019


atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.

LGTM with a nit



================
Comment at: lib/Target/Mips/MipsInstructionSelector.cpp:86
+  const RegisterBank *RegBank = RBI.getRegBank(DstReg, MRI, TRI);
+  (void)RegBank;
+  const unsigned DstSize = MRI.getType(DstReg).getSizeInBits();
----------------
Is this line necessary?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59644





More information about the llvm-commits mailing list