Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/Loops.cpp | ||
---|---|---|
575–579 | Have you considered rewriter.mergeBlock to avoid creating copy of operations just to erase the originals? It lets you replace arguments of the old block with arbitrary values as well. |
Have you considered rewriter.mergeBlock to avoid creating copy of operations just to erase the originals? It lets you replace arguments of the old block with arbitrary values as well.