Files
2025-12-05 19:53:41 +02:00

15 lines
429 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
set(LLVM_TARGET_DEFINITIONS Passes.td)
mlir_tablegen(Passes.h.inc -gen-pass-decls -name Clift)
set(LLVM_TARGET_DEFINITIONS BooleanNegations.td)
mlir_tablegen(BooleanNegations.h.inc -gen-rewriters)
set(LLVM_TARGET_DEFINITIONS Expressions.td)
mlir_tablegen(Expressions.h.inc -gen-rewriters)
add_public_tablegen_target(MLIRCliftTransformsIncGen)