[PATCH] D71191: [TableGen] Add bang-operators !getop and !setop.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 03:24:59 PST 2019


simon_tatham updated this revision to Diff 232796.
simon_tatham added a comment.

Suddenly realised that it wasn't as hard as I thought to make
`!getop(...)` usable as the operator of a new dag literal expression.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71191/new/

https://reviews.llvm.org/D71191

Files:
  llvm/docs/TableGen/LangIntro.rst
  llvm/docs/TableGen/LangRef.rst
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/TableGen/Record.cpp
  llvm/lib/TableGen/TGLexer.cpp
  llvm/lib/TableGen/TGLexer.h
  llvm/lib/TableGen/TGParser.cpp
  llvm/test/TableGen/getsetop.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71191.232796.patch
Type: text/x-patch
Size: 12311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/5a24d65c/attachment.bin>


More information about the llvm-commits mailing list