[PATCH] D48013: TableGen/SearchableTables: Support more generic enums and tables

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 00:15:42 PDT 2018


nhaehnle updated this revision to Diff 151856.
nhaehnle added a comment.

Preserve the case in preprocessor guards for GenericEnum and GenericTable.

We'll still use upper case for SearchableTable, but that is just to
preserve compatibility and not change behavior.


Repository:
  rL LLVM

https://reviews.llvm.org/D48013

Files:
  docs/TableGen/BackEnds.rst
  include/llvm/TableGen/SearchableTable.td
  test/TableGen/generic-tables-instruction.td
  test/TableGen/generic-tables.td
  test/TableGen/searchabletables-intrinsic.td
  utils/TableGen/SearchableTableEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48013.151856.patch
Type: text/x-patch
Size: 48850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180619/05564e2b/attachment.bin>


More information about the llvm-commits mailing list