Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102987
Surface clone APIs in CAPI ClosedPublic Authored by GeorgeLyon on May 23 2021, 10:50 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptMay 23 2021, 10:50 AM
This revision is now accepted and ready to land.May 24 2021, 11:35 AM This revision was landed with ongoing or failed builds.May 24 2021, 11:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 347468 mlir/include/mlir-c/IR.h
mlir/lib/CAPI/IR/IR.cpp
mlir/test/CAPI/ir.c
|
Since we can turn a Module into an Operation, should we avoid duplicating every single method on operation to take directly a module as well?