]> granicus.if.org Git - llvm/commit
[MIPS GlobalISel] Select copy for arguments from FPRBRegBank
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 25 Mar 2019 11:38:06 +0000 (11:38 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 25 Mar 2019 11:38:06 +0000 (11:38 +0000)
commit29ab38eb24e08f6bfc74196cf6327e8c3f5474c5
treeb21665004ba706edfd1afc99d7eca47380096f52
parenta0a20fdec38de7a543953665d0a958d7afc4b951
[MIPS GlobalISel] Select copy for arguments from FPRBRegBank

Move selectCopy into MipsInstructionSelector class.
Select copy for arguments from FPRBRegBank for MIPS32.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356886 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstructionSelector.cpp
test/CodeGen/Mips/GlobalISel/instruction-select/float_args.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/float_args.ll [new file with mode: 0644]