[Mlir-commits] [mlir] Add a polynomial dialect shell, attributes, and types (PR #72081)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Sun Apr 7 23:59:56 PDT 2024
================
@@ -0,0 +1,19 @@
+set(LLVM_TARGET_DEFINITIONS PolynomialOps.td)
+mlir_tablegen(PolynomialDialect.cpp.inc -gen-dialect-defs -dialect=polynomial)
+mlir_tablegen(PolynomialDialect.h.inc -gen-dialect-decls -dialect=polynomial)
+add_public_tablegen_target(MLIRPolynomialDialectIncGen)
----------------
ftynse wrote:
`add_dependencies(mlir-headers MLIRPolynomialDialectIncGen)` may be needed here.
https://github.com/llvm/llvm-project/pull/72081
More information about the Mlir-commits
mailing list