This also includes and exercise a register function for individual
passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90728
Add facilities to print/parse a pass pipeline through the C API ClosedPublic Authored by mehdi_amini on Nov 3 2020, 4:09 PM.
Details Summary This also includes and exercise a register function for individual
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 3 2020, 4:09 PM This revision is now accepted and ready to land.Nov 3 2020, 10:51 PM This revision was landed with ongoing or failed builds.Nov 4 2020, 9:30 AM Closed by commit rGaeb4b1a9d8c9: Add facilities to print/parse a pass pipeline through the C API (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302709 mlir/include/mlir-c/Pass.h
mlir/lib/CAPI/IR/Pass.cpp
mlir/test/CAPI/pass.c
mlir/tools/mlir-tblgen/PassCAPIGen.cpp
|