mathic 0.2.0

A compiler with builtin support of symbolic operations, built with LLVM/MLIR
1
2
3
4
5
set(LLVM_TARGET_DEFINITIONS Passes.td)
mlir_tablegen(Passes.h.inc -gen-pass-decls -name Symbolic)
mlir_tablegen(Passes.capi.h.inc -gen-pass-capi-header -name Symbolic)
mlir_tablegen(Passes.capi.cpp.inc -gen-pass-capi-impl -name Symbolic)
add_public_tablegen_target(MLIRSymbolicTransformsIncGen)