summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR/IntegerSet.cpp
AgeCommit message (Collapse)Author
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
This is a follow-up to https://reviews.llvm.org/D140896, split into several parts as it touches a lot of files. Differential Revision: https://reviews.llvm.org/D141298
2021-01-25[mlir] Add C API for IntegerSetAlex Zinenko
Depends On D95357 Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D95368