[all-commits] [llvm/llvm-project] af8385: [mlir] use intptr_t in C API
ftynse via All-commits
all-commits at lists.llvm.org
Wed Aug 12 02:11:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af838584ec5bfd3487ea86a54966a27f73b7e113
https://github.com/llvm/llvm-project/commit/af838584ec5bfd3487ea86a54966a27f73b7e113
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M mlir/docs/CAPI.md
M mlir/include/mlir-c/IR.h
M mlir/lib/CAPI/IR/IR.cpp
Log Message:
-----------
[mlir] use intptr_t in C API
Using intptr_t is a consensus for MLIR C API, but the change was missing
from 75f239e9756b (that was using unsigned initially) due to a
misrebase.
Reviewed By: stellaraccident, mehdi_amini
Differential Revision: https://reviews.llvm.org/D85751
More information about the All-commits
mailing list