[all-commits] [llvm/llvm-project] d32a6f: [MIPS GlobalISel] Improve reg bank handling in Mip...
petar-avramovic via All-commits
all-commits at lists.llvm.org
Fri Nov 1 05:28:45 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d32a6f0812d449da96ed94fea302b8d4b174c3f4
https://github.com/llvm/llvm-project/commit/d32a6f0812d449da96ed94fea302b8d4b174c3f4
Author: Petar Avramovic <Petar.Avramovic at rt-rk.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M llvm/lib/Target/Mips/MipsInstructionSelector.cpp
Log Message:
-----------
[MIPS GlobalISel] Improve reg bank handling in MipsInstructionSelector
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.
Differential Revision: https://reviews.llvm.org/D69663
More information about the All-commits
mailing list