TableGen: Allow target specific MCOI operand types

Tom Stellard tom at stellard.net
Mon Dec 29 09:26:26 PST 2014


Hi,

I'm resending these, in case the they were lost during the mailing
list outage.

The attached patches allow targets to specify their own operand types
to be used in MCOperandInfo objects.  The first patch makes this
change to tablegen, and the second updates the R600 backend to take
advantage of this.

This replaces my previous patch which added an AsmOperandClass member
to the TableGen Register class.

-Tom

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Target-Allow-target-specific-operand-types.patch
Type: text/x-diff
Size: 4261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141229/b63527c9/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Use-RegisterOperands-to-specify-which-operan.patch
Type: text/x-diff
Size: 17392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141229/b63527c9/attachment-0001.patch>


More information about the llvm-commits mailing list