[llvm] 046f901 - [TableGen] Undeprecate 'field' when used with the CodeEmitterGen backend.
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 07:15:57 PDT 2022
Author: Ivan Kosarev
Date: 2022-05-25T15:15:19+01:00
New Revision: 046f90173567535397c97b2d00406c93ee4bc890
URL: https://github.com/llvm/llvm-project/commit/046f90173567535397c97b2d00406c93ee4bc890
DIFF: https://github.com/llvm/llvm-project/commit/046f90173567535397c97b2d00406c93ee4bc890.diff
LOG: [TableGen] Undeprecate 'field' when used with the CodeEmitterGen backend.
Differential Revision: https://reviews.llvm.org/D126290
Added:
Modified:
llvm/docs/TableGen/ProgRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst
index 9853a7c76307e..4d02ceb98cdde 100644
--- a/llvm/docs/TableGen/ProgRef.rst
+++ b/llvm/docs/TableGen/ProgRef.rst
@@ -208,7 +208,9 @@ identifiers::
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
--------------
More information about the llvm-commits
mailing list