[PATCH] D44112: TableGen: Type-check BinOps

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 12:20:39 PST 2018


nhaehnle created this revision.
nhaehnle added reviewers: arsenm, craig.topper, tra, MartinO.
Herald added a subscriber: wdng.
nhaehnle added a dependency: D44111: TableGen: Allow ? in lists.

Additionally, allow more than two operands to !con, !add, !and, !or
in the same way as is already allowed for !listconcat and !strconcat.

Change-Id: I9659411f554201b90cd8ed7c7e004d381a66fa93


Repository:
  rL LLVM

https://reviews.llvm.org/D44112

Files:
  lib/TableGen/TGParser.cpp
  test/TableGen/Paste.td
  test/TableGen/arithmetic.td
  test/TableGen/dag-functional.td
  test/TableGen/listconcat.td
  test/TableGen/math.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44112.137060.patch
Type: text/x-patch
Size: 9387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180305/7062127e/attachment.bin>


More information about the llvm-commits mailing list