[PATCH] D126290: [TableGen] Undeprecate 'field' when used with the CodeEmitterGen backend.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 04:52:11 PDT 2022


kosarev updated this revision to Diff 431645.
kosarev added a comment.

Fixed spelling.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126290

Files:
  llvm/docs/TableGen/ProgRef.rst


Index: llvm/docs/TableGen/ProgRef.rst
===================================================================
--- llvm/docs/TableGen/ProgRef.rst
+++ llvm/docs/TableGen/ProgRef.rst
@@ -208,7 +208,9 @@
    multiclass string        then          true
 
 .. warning::
-  The ``field`` reserved word is deprecated.
+  The ``field`` reserved word is deprecated, except when used with the
+  CodeEmitterGen backend where it's used to distinguish normal record
+  fields from encoding fields.
 
 Bang operators
 --------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126290.431645.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/975078e6/attachment.bin>


More information about the llvm-commits mailing list