Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir-c/IR.h | ||
---|---|---|
199 ↗ | (On Diff #347266) | Generally I would agree, but in this case the issue is we cannot create a module from an operation. |
mlir/include/mlir-c/IR.h | ||
---|---|---|
199 ↗ | (On Diff #347266) | mlirModuleFromOperation line 217? |
Comment Actions
- Remove mlirModuleClone
mlir/include/mlir-c/IR.h | ||
---|---|---|
199 ↗ | (On Diff #347266) | Whoops, missed this API. Thanks! |