- 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92292
[mlir][CAPI] Convert the rest of the API int -> bool. ClosedPublic Authored by stellaraccident on Nov 29 2020, 6:32 PM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 29 2020, 6:32 PM This revision is now accepted and ready to land.Nov 29 2020, 6:39 PM This revision was landed with ongoing or failed builds.Nov 29 2020, 8:37 PM Closed by commit rG62195b754818: [mlir][CAPI] Convert the rest of the API int -> bool. (authored by stellaraccident). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 308257 mlir/include/mlir-c/AffineExpr.h
mlir/include/mlir-c/AffineMap.h
mlir/include/mlir-c/IR.h
mlir/include/mlir-c/Pass.h
mlir/include/mlir-c/StandardAttributes.h
mlir/include/mlir-c/StandardTypes.h
mlir/include/mlir-c/Support.h
mlir/lib/Bindings/Python/IRModules.cpp
mlir/lib/CAPI/IR/AffineExpr.cpp
mlir/lib/CAPI/IR/AffineMap.cpp
mlir/lib/CAPI/IR/IR.cpp
mlir/lib/CAPI/IR/StandardAttributes.cpp
mlir/lib/CAPI/IR/StandardTypes.cpp
mlir/test/Bindings/Python/ir_attributes.py
|