summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect/SMT.cpp
AgeCommit message (Collapse)Author
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental
This PR adds "rich" python bindings to SMT dialect.
2025-04-14[mlir][SMT] C APIs (#135501)Maksim Levental
This PR upstreams/adds the C APIs for SMT dialect (from CIRCT). --------- Co-authored-by: Bea Healy <beahealy22@gmail.com> Co-authored-by: Martin Erhart <maerhart@outlook.com> Co-authored-by: Mike Urbach <mikeurbach@gmail.com> Co-authored-by: Will Dietz <will.dietz@sifive.com> Co-authored-by: fzi-hielscher <hielscher@fzi.de> Co-authored-by: Fehr Mathieu <mathieu.fehr@gmail.com> Co-authored-by: Clo91eaf <Clo91eaf@qq.com>