[mlir] Add C API for IntegerSet
authorAlex Zinenko <zinenko@google.com>
Mon, 25 Jan 2021 16:12:35 +0000 (17:12 +0100)
committerAlex Zinenko <zinenko@google.com>
Mon, 25 Jan 2021 19:16:22 +0000 (20:16 +0100)
commitf5c7c031e2493168b3c2cfea3219e2131cc01483
tree520f4b3955c80a310e02dad9ecf1e777582b8c05
parent27cc4a8138d819f78bc4fc028e39772bbda84dbd
[mlir] Add C API for IntegerSet

Depends On D95357

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D95368
mlir/include/mlir-c/IntegerSet.h [new file with mode: 0644]
mlir/include/mlir/CAPI/IntegerSet.h [new file with mode: 0644]
mlir/include/mlir/IR/IntegerSet.h
mlir/lib/CAPI/IR/CMakeLists.txt
mlir/lib/CAPI/IR/IntegerSet.cpp [new file with mode: 0644]
mlir/test/CAPI/ir.c