[llvm-commits] [llvm] r158470 - in /llvm/trunk: lib/Target/Mips/Mips64InstrInfo.td lib/Target/Mips/MipsCondMov.td lib/Target/Mips/MipsInstrFPU.td lib/Target/Mips/MipsInstrInfo.td test/CodeGen/Mips/null.ll

Chris Lattner clattner at apple.com
Sat Jun 16 18:09:57 PDT 2012


On Jun 14, 2012, at 2:03 PM, Akira Hatanaka wrote:

> Author: ahatanak
> Date: Thu Jun 14 16:03:23 2012
> New Revision: 158470
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=158470&view=rev
> Log:
> 1. introduce MipsPat in place of Pat in order to exclude those from
> being used by Mips16 or Micro Mips
> 2. clean up a few lines too long encountered
> 
> Patch by Reed Kotler.

I'm not familiar with mips encoding, but would it make more sense to name it Mips32Pat to make it explicit that it is not for mips16?

-Chris



More information about the llvm-commits mailing list