[PATCH] D43753: TableGen: Allow !cast of records, cleanup conversion machinery

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 06:53:13 PST 2018


nhaehnle updated this revision to Diff 136993.
nhaehnle marked 2 inline comments as done.
nhaehnle added a comment.

More documentation in LangIntro.rst, handle the bit --> bits<1> conversion
properly in cases where the bit has not been resolved.


Repository:
  rL LLVM

https://reviews.llvm.org/D43753

Files:
  docs/TableGen/LangIntro.rst
  include/llvm/TableGen/Record.h
  lib/TableGen/Record.cpp
  lib/TableGen/TGParser.cpp
  test/TableGen/BitsInit.td
  test/TableGen/BitsInitOverflow.td
  test/TableGen/FieldAccess.td
  test/TableGen/code.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43753.136993.patch
Type: text/x-patch
Size: 20083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180305/c63326fb/attachment.bin>


More information about the llvm-commits mailing list