[all-commits] [llvm/llvm-project] d846ce: [TableGen][Target] Rename Attribute field in Subta...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Jun 21 18:02:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d846ce7bc4f52ef45f773e3ed8dc41c0d5ef5b2c
https://github.com/llvm/llvm-project/commit/d846ce7bc4f52ef45f773e3ed8dc41c0d5ef5b2c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M llvm/docs/WritingAnLLVMBackend.rst
M llvm/include/llvm/Target/Target.td
M llvm/utils/TableGen/SubtargetEmitter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list