[PATCH] D153801: [tblgen][directive] Fix clause parser generation for list value

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 12:04:17 PDT 2023


clementval created this revision.
clementval added reviewers: razvanlupusoru, jeanPerier.
Herald added a reviewer: sscalpone.
Herald added a project: All.
clementval requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The clause parser generation was not taking into account the
`isValueList` flag. This patch updates the emitter to generate
the correct code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153801

Files:
  llvm/test/TableGen/directive1.td
  llvm/utils/TableGen/DirectiveEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153801.534692.patch
Type: text/x-patch
Size: 5194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230626/41d72cdc/attachment.bin>


More information about the llvm-commits mailing list