Enables using the same iterator interface to these even though underlying storage is different.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113512
[mlir-c] Add Region iterators matching Block & Operation ones ClosedPublic Authored by jpienaar on Nov 9 2021, 1:36 PM.
Details Summary Enables using the same iterator interface to these even though underlying storage is different.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 19 others. · View Herald TranscriptNov 9 2021, 1:36 PM This revision is now accepted and ready to land.Nov 9 2021, 3:40 PM Closed by commit rGd1a688ce0e19: [mlir-c] Add Region iterators matching Block & Operation ones (authored by jpienaar). · Explain WhyNov 9 2021, 5:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386023 mlir/include/mlir-c/IR.h
mlir/lib/CAPI/IR/IR.cpp
mlir/test/CAPI/ir.c
|