[all-commits] [llvm/llvm-project] 2f7808: [TableGen] Add a field to filter out GenericTable ...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Fri Sep 8 01:27:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f780812ed2e7e3d45b1254be61fcb321476a29d
https://github.com/llvm/llvm-project/commit/2f780812ed2e7e3d45b1254be61fcb321476a29d
Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M llvm/docs/TableGen/BackEnds.rst
M llvm/include/llvm/TableGen/SearchableTable.td
M llvm/test/TableGen/generic-tables.td
M llvm/utils/TableGen/SearchableTableEmitter.cpp
Log Message:
-----------
[TableGen] Add a field to filter out GenericTable entries (#65458)
A field `FilterClassField` is added to `GenericTable` class, which
is an optional bit field of `FilterClass`. If specified, only those
records with this field being true will have corresponding entries
in the table.
More information about the All-commits
mailing list