The framework was not tracking ops created in any regions of the cloned
op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/Builders.h | ||
---|---|---|
471 | This looks really awkward, can you just walk the cloned operation after you've created it? |
mlir/include/mlir/IR/Builders.h | ||
---|---|---|
471 | Good idea! I was worried about retraversing all the cloned IR, but I suppose it's not a big deal, especially since it will be retraversed later as part of the dialect conversion. |
This looks really awkward, can you just walk the cloned operation after you've created it?