llvm-project/mlir/unittests/TableGen
rkayaith 868a8fd88f [mlir] Add macro for enabling all generated pass declarations
Currently the generated pass declarations have to be enabled per-pass
using multiple `GEN_PASS_DECL_{PASSNAME}` defines. This adds
`GEN_PASS_DECL`, which enables the declarations for all passes in the
group with a single macro. This is convenient for cases where a single
header is used for all passes in the group.

Reviewed By: mehdi_amini, mscuttari

Differential Revision: https://reviews.llvm.org/D134766
2022-09-28 11:49:28 -04:00
..
CMakeLists.txt [MLIR] Unique autogenerated file for tablegen passes 2022-08-30 09:48:11 +02:00
EnumsGenTest.cpp [mlir] Don't include StringSwitch.h (NFC) 2022-09-18 23:09:40 -07:00
FormatTest.cpp [NFC] Fix comment style in MLIR unittests to conform to LLVM coding standards. 2020-07-12 07:27:02 -07:00
OpBuildGen.cpp [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
PassGenTest.cpp [mlir] Add macro for enabling all generated pass declarations 2022-09-28 11:49:28 -04:00
enums.td [mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionality 2022-05-17 18:19:14 +00:00
passes.td [MLIR] Fix cast warning in pass tablegen test 2022-08-24 16:35:50 +02:00