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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a nit
llvm/lib/Target/Mips/MipsInstructionSelector.cpp | ||
---|---|---|
243 | We can delete this return and the empty line above. The next return does the task. |
We can delete this return and the empty line above. The next return does the task.