[all-commits] [llvm/llvm-project] be8f98: [TableGen] Use consistent field kind checking in g...
Jason Eckhardt via All-commits
all-commits at lists.llvm.org
Thu Feb 29 09:57:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be8f987d8cddd2d1df5ed1afff64fd9a730ec97a
https://github.com/llvm/llvm-project/commit/be8f987d8cddd2d1df5ed1afff64fd9a730ec97a
Author: Jason Eckhardt <jeckhardt at nvidia.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M llvm/utils/TableGen/SearchableTableEmitter.cpp
Log Message:
-----------
[TableGen] Use consistent field kind checking in getNumericKey. (#83284)
Fields GenericField::IsInstruction and GenericField::Enum can be
simultaneously active for a given field. Methods compareBy and
primaryRepresentation both order the checking of IsInstruction before
GenericField::Enum. Do the same in getNumericKey for consistency.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list