[PATCH] [mips] Enable code generation for MIPS-III.

Vasileios Kalintiris Vasileios.Kalintiris at imgtec.com
Mon Dec 1 09:27:12 PST 2014


Hi dsanders,

This commit enables the MIPS-III target and adds support for code
generation of SELECT nodes. We have to use pseudo-instructions with
custom inserters for these nodes as MIPS-III CPUs do not have
conditional-move instructions.

Depends on D6212

http://reviews.llvm.org/D6464

Files:
  lib/Target/Mips/MipsCondMov.td
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsSubtarget.cpp
  test/CodeGen/Mips/llvm-ir/select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6464.16772.patch
Type: text/x-patch
Size: 16556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141201/4b7bf134/attachment.bin>


More information about the llvm-commits mailing list