TableGen generates an enum to name Schedule Model

Vincent Lejeune vljn at ovi.com
Sun Jun 30 15:08:56 PDT 2013


Hi,
The first patch in the serie makes TableGen generate an enum from *Subtarget.td that names all Schedule Model.
The enum value can then be compared with SchedModel from Instruction Desc, and the second patch does that for R600.

Please review.
Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-TableGen-Enumerate-Schedule-Model-too.patch
Type: text/x-patch
Size: 934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130630/014e7a20/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-Use-SchedModel-enum-for-is-Trans-Vector-Only-fu.patch
Type: text/x-patch
Size: 6971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130630/014e7a20/attachment-0001.bin>


More information about the llvm-commits mailing list