[PATCH] D69663: [MIPS GlobalISel] Improve reg bank handling in MipsInstructionSelector
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 04:15:08 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: llvm/lib/Target/Mips/MipsInstructionSelector.cpp:243
+
+ return Opc;
}
----------------
We can delete this `return` and the empty line above. The next return does the task.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69663/new/
https://reviews.llvm.org/D69663
More information about the llvm-commits
mailing list