[PATCH] D90617: [TableGen] Fix a couple of minor issues regarding the paste operator

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 07:57:11 PST 2020


Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, nhaehnle, madhur13490.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Paul-C-Anagnostopoulos requested review of this revision.

This patch fixes a couple of minor problems with the paste (#) operator. It adds an assertion about the mode in which the operands are parsed. And it corrects an error message that was worded backward.

Most importantly, this patch updates the Programmer's Reference to fully describe and illustrate the paste operator.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90617

Files:
  llvm/docs/TableGen/ProgRef.rst
  llvm/lib/TableGen/TGParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90617.302284.patch
Type: text/x-patch
Size: 6698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201102/871bb75f/attachment.bin>


More information about the llvm-commits mailing list