PATCH: Target.td: Allow target specific operand types

Tom Stellard tom at stellard.net
Tue Dec 16 09:55:19 PST 2014


Hi,

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/20141216/ed4385f7/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/20141216/ed4385f7/attachment-0001.patch>


More information about the llvm-commits mailing list