[PATCH] D85838: New TableGen Programmer's Reference document

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 13 01:12:32 PDT 2021


foad added subscribers: Joe_Nash, foad.
foad added inline comments.
Herald added a subscriber: mstorsjo.


================
Comment at: llvm/docs/TableGen/ProgRef.rst:1153
+
+The ``foreach`` statement can also be used in a record :token:`Body`.
+
----------------
Is this true? This assertion did not appear in the previous documentation, and it doesn't seem to be borne out by the grammar productions: `BodyItem` only includes `let`, `defvar` and `assert` statements.

@Joe_Nash for awareness.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85838



More information about the llvm-commits mailing list