[PATCH] D153444: [TableGen][Target] Rename Attribute field in SubtargetFeature class to FieldName.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 10:12:49 PDT 2023


craig.topper created this revision.
craig.topper added reviewers: arsenm, RKSimon, kpn.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

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

This addresses feedback from D153180 <https://reviews.llvm.org/D153180>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153444

Files:
  llvm/docs/WritingAnLLVMBackend.rst
  llvm/include/llvm/Target/Target.td
  llvm/utils/TableGen/SubtargetEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153444.533319.patch
Type: text/x-patch
Size: 5758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/3dcf6775/attachment.bin>


More information about the llvm-commits mailing list