[LLVMdev] redundant code in Mips arch?

Matheus Almeida Matheus.Almeida at imgtec.com
Fri Aug 23 08:49:41 PDT 2013


Hi,

Those tables are automatically generated by TableGen for each instruction set/instruction set compression. They are related to the Mips16 port that it's still in development and at the moment lacks direct object emission. That's the reason the tables aren't referenced yet.

Regards,
Matheus

From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Jun Koi
Sent: 23 August 2013 07:30
To: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] redundant code in Mips arch?

forgot to mention: this is from file MipsGenDisassemblerTables.inc

thanks.

On Fri, Aug 23, 2013 at 2:12 PM, Jun Koi <junkoi2004 at gmail.com<mailto:junkoi2004 at gmail.com>> wrote:
hi,

there are two arrays named DecoderTable32[] and DecoderTable16[] that has no reference to. any idea why they are there? does it make sense to remove them?

(this is llvm 3.3)

thanks,
Jun




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130823/d6582022/attachment.html>


More information about the llvm-dev mailing list