[llvm-commits] mips16 patch 4

reed kotler rkotler at mips.com
Wed May 23 18:09:37 PDT 2012


On 05/23/2012 02:59 PM, reed kotler wrote:
> Enable Mips16 compiler to compile a null program.
>
> First code from the Mips16 compiler. Includes trivial test program.
>
> Also, some cosmetic changes for lines > 80 characters and other small 
> coding style
> violations were rolled into this change.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
Just in case anyone noticed, I've moved the requires/predicate for 
mips16 into the base instruction format class instead of having it on 
the jump ra instruction.

The patch is not wrong but it should have had predicate in the base 
class so that that logic
will be inherited into all the mips16 instructions.

The next patch will have it moved.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120523/953693d6/attachment.html>


More information about the llvm-commits mailing list