[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:56 PDT 2022
kosarev added inline comments.
================
Comment at: llvm/docs/TableGen/ProgRef.rst:212
+ The ``field`` reserved word is deprecated, except when used with the
+ CodeEmitterGen backend where it's used to distinct normal record fields
+ from encoding fields.
----------------
foad wrote:
> "distinguish"
Seems to be a common mistake. :-) Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126290/new/
https://reviews.llvm.org/D126290
More information about the llvm-commits
mailing list