[all-commits] [llvm/llvm-project] 62195b: [mlir][CAPI] Convert the rest of the API int -> bool.
Stella Laurenzo via All-commits
all-commits at lists.llvm.org
Sun Nov 29 20:42:18 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 62195b75481890f3d86422710338a15bfbc57bcf
https://github.com/llvm/llvm-project/commit/62195b75481890f3d86422710338a15bfbc57bcf
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2020-11-29 (Sun, 29 Nov 2020)
Changed paths:
M mlir/include/mlir-c/AffineExpr.h
M mlir/include/mlir-c/AffineMap.h
M mlir/include/mlir-c/IR.h
M mlir/include/mlir-c/Pass.h
M mlir/include/mlir-c/StandardAttributes.h
M mlir/include/mlir-c/StandardTypes.h
M mlir/include/mlir-c/Support.h
M mlir/lib/Bindings/Python/IRModules.cpp
M mlir/lib/CAPI/IR/AffineExpr.cpp
M mlir/lib/CAPI/IR/AffineMap.cpp
M mlir/lib/CAPI/IR/IR.cpp
M mlir/lib/CAPI/IR/StandardAttributes.cpp
M mlir/lib/CAPI/IR/StandardTypes.cpp
M mlir/test/Bindings/Python/ir_attributes.py
Log Message:
-----------
[mlir][CAPI] Convert the rest of the API int -> bool.
* Follows on https://reviews.llvm.org/D92193
* I had a mid-air collision with some additional occurrences and then noticed that there were a lot more. Think I got them all.
Differential Revision: https://reviews.llvm.org/D92292
More information about the All-commits
mailing list