Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp | ||
---|---|---|
794–798 | I think this needs an updateRootInPlace. Alternative: Store replacements in a SmallVector, then use the rewrite to replace. (If a result has no uses, the replacement value can be an empty Value().) |
Comment Actions
Address review.
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp | ||
---|---|---|
794–798 | good catch, thanks! |
I think this needs an updateRootInPlace. Alternative: Store replacements in a SmallVector, then use the rewrite to replace. (If a result has no uses, the replacement value can be an empty Value().)