Re: [llvm-commits] initial mips support!

2007-05-29 Thread Evan Cheng
Hi, I know nothing about MIPs so I only do some nitpicking. Please fix them and then re-submit: 1. isMoveInstr(): // addiu $n, $n, 0 if (MI.getOpcode() == Mips::ADDiu) { if ((MI.getOperand(1).isRegister()) (isZeroImm(MI.getOperand(2 { DstReg =

Re: [llvm-commits] initial mips support!

2007-05-24 Thread Evan Cheng
Woot! That's quite a big chunk of code. I'll try to go through it as soon as I can. Thanks, Evan On May 21, 2007, at 7:14 PM, bruno cardoso wrote: Hello, With the files on attachment LLVM has now initial support for MIPS. =) The support is still simple and experimental. The status is: x