[PATCH] D60191: [MIPS GlobalISel] Select floating point arithmetic operations

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 03:39:41 PDT 2019


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, arichardson, kristof.beyls, rovka, sdardis.
Herald added a project: LLVM.
Petar.Avramovic retitled this revision from "[MIPS GlobalISel] Select float arithmetic operations" to "[MIPS GlobalISel] Select floating point arithmetic operations".
Petar.Avramovic edited the summary of this revision.

Select 32 and 64 bit floating point add, sub, mul and div for MIPS32.


Repository:
  rL LLVM

https://reviews.llvm.org/D60191

Files:
  lib/Target/Mips/MipsLegalizerInfo.cpp
  lib/Target/Mips/MipsRegisterBankInfo.cpp
  test/CodeGen/Mips/GlobalISel/instruction-select/float_arithmetic_operations.mir
  test/CodeGen/Mips/GlobalISel/legalizer/float_arithmetic_operations.mir
  test/CodeGen/Mips/GlobalISel/llvm-ir/float_arithmetic_operations.ll
  test/CodeGen/Mips/GlobalISel/regbankselect/float_arithmetic_operations.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60191.193450.patch
Type: text/x-patch
Size: 29887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190403/ebd300d9/attachment.bin>


More information about the llvm-commits mailing list