[TableGen][Target] Rename Attribute field in SubtargetFeature class to FieldName.
authorCraig Topper <craig.topper@sifive.com>
Thu, 22 Jun 2023 00:53:49 +0000 (17:53 -0700)
committerCraig Topper <craig.topper@sifive.com>
Thu, 22 Jun 2023 00:53:50 +0000 (17:53 -0700)
commitd846ce7bc4f52ef45f773e3ed8dc41c0d5ef5b2c
tree160cf545039a80dc0d61469c827f0ca0c22217dd
parent0867d4157328169c570f4d1e9c01806624035873
[TableGen][Target] Rename Attribute field in SubtargetFeature class to FieldName.

The word "attribute" has a specific meaning in LLVM. Avoid using it
here to mean something different.

This addresses feedback from D153180.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D153444
llvm/docs/WritingAnLLVMBackend.rst
llvm/include/llvm/Target/Target.td
llvm/utils/TableGen/SubtargetEmitter.cpp