[PATCH] D59045: [mips] Fix encoding of the `mov.d` command for microMIPS R6

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 08:49:40 PDT 2019


Petar.Avramovic added a comment.

microMIPS r6 handles float move with FMOV_S_MMR6 instruction mappings in `.td` file, with that in mind we should do the same with the double move instruction.
Despite the fact that change in  `/lib/Target/Mips/MipsSEInstrInfo.cpp` results in the same output for this test, it should be addressed in another patch.  Goal of that patch would be to properly select microMIPS move instruction based on register class used in copy instruction.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59045/new/

https://reviews.llvm.org/D59045





More information about the llvm-commits mailing list