[all-commits] [llvm/llvm-project] 782a97: [mlir][capi] Add TypeID to MLIR C-API
Daniel Resnick via All-commits
all-commits at lists.llvm.org
Fri Oct 1 13:50:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 782a97a9776a945cf06a6defd37b227665ffe08b
https://github.com/llvm/llvm-project/commit/782a97a9776a945cf06a6defd37b227665ffe08b
Author: Daniel Resnick <danielzresnick at gmail.com>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M mlir/include/mlir-c/IR.h
M mlir/include/mlir/CAPI/IR.h
M mlir/lib/CAPI/IR/IR.cpp
M mlir/test/CAPI/ir.c
Log Message:
-----------
[mlir][capi] Add TypeID to MLIR C-API
Exposes mlir::TypeID to the C API as MlirTypeID along with various accessors
and helper functions.
Differential Revision: https://reviews.llvm.org/D110897
More information about the All-commits
mailing list