Commit Graph

3 Commits

Author SHA1 Message Date
Petar Jovanovic 406f2e505d [mips] finish removal of unused fields in MipsInstructionSelector
r325916 missed to remove calls in constructor.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325917 91177308-0d34-0410-b5e6-96231b3b80d8
2018-02-23 15:47:05 +00:00
Petar Jovanovic 1977d05ab4 [mips] remove unused fields in MipsInstructionSelector
Unused fields cause buildbreak if -Werror,-Wunused-private-field is passed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325916 91177308-0d34-0410-b5e6-96231b3b80d8
2018-02-23 15:34:02 +00:00
Petar Jovanovic 581db4c3f6 [MIPS GlobalISel] Adding GlobalISel
Add GlobalISel infrastructure up to the point where we can select a ret
void.

Patch by Petar Avramovic.

Differential Revision: https://reviews.llvm.org/D43583


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325888 91177308-0d34-0410-b5e6-96231b3b80d8
2018-02-23 11:06:40 +00:00