]> granicus.if.org Git - llvm/commit
[mips] Fix encoding of the `mov.d` command for microMIPS R6
authorSimon Atanasyan <simon@atanasyan.com>
Wed, 13 Mar 2019 14:23:12 +0000 (14:23 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Wed, 13 Mar 2019 14:23:12 +0000 (14:23 +0000)
commita63c4ac08c2e5b52ed9f4fdf43c3be709496fb19
tree4e2a074de83bcf7be6638a7488273bf0e9402249
parent59c736bd3e6335ec8ddeecd9127f2453edc9e1c2
[mips] Fix encoding of the `mov.d` command for microMIPS R6

Before this change LLVM emits non-microMIPS variant of the `mov.d`
command for microMIPS code.

Differential Revision: http://reviews.llvm.org/D59045

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356052 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MicroMips32r6InstrInfo.td
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MipsInstrFPU.td
test/CodeGen/Mips/llvm-ir/fptosi.ll
test/CodeGen/Mips/micromips-mtc-mfc.ll
test/CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll