[llvm-commits] Move register tables from MipsDisassembler

Medic, Vladimir vmedic at mips.com
Wed Jun 6 01:42:03 PDT 2012


Hi everyone,
as suggested by Jacob I have changed the patch to use tableGen generated register tables. Please find the new patch attached. Looking forward to your comments.

Vladimir
________________________________
From: Jakob Stoklund Olesen [stoklund at 2pi.dk]
Sent: Thursday, May 31, 2012 6:28 PM
To: Medic, Vladimir
Cc: llvm-commits at cs.uiuc.edu; Jovanovic, Petar
Subject: Re: [llvm-commits] Move register tables from MipsDisassembler


On May 31, 2012, at 8:10 AM, "Medic, Vladimir" <vmedic at mips.com<mailto:vmedic at mips.com>> wrote:

He everyone,
please find attached the patch that moves register definitions from MipsDisassembler.cpp into a new header file. This is done so the tables can be used from other modules.

Hi Vladimir,

Can't you use the register class tables generated by TableGen instead? They should be available through MCRegisterInfo.

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120606/69aea489/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MipsRegisterTables.patch
Type: application/octet-stream
Size: 25098 bytes
Desc: MipsRegisterTables.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120606/69aea489/attachment.obj>


More information about the llvm-commits mailing list