[PATCH] D69663: [MIPS GlobalISel] Improve reg bank handling in MipsInstructionSelector

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 08:18:41 PDT 2019


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, hiraditya, arichardson, rovka, sdardis.
Herald added a project: LLVM.

Introduce helper methods and refactor pieces of code related to
register banks in MipsInstructionSelector.
Add a few detailed asserts in order to get a better overview
of LLT, register bank combinations that are supported at the moment
and reduce need to look at other files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69663

Files:
  llvm/lib/Target/Mips/MipsInstructionSelector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69663.227281.patch
Type: text/x-patch
Size: 8505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191031/2e579237/attachment.bin>


More information about the llvm-commits mailing list