CopyOp get vectorized to vector.transfer_read followed by vector.transfer_write.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
---|---|---|
122 | can you please add a test case for this also? (copy that falls into scalar code) |
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
---|---|---|
122 | Thanks Aart. Added a test for it and fixed the code to make it work. |
can you please add a test case for this also? (copy that falls into scalar code)
since technically that is a new path through the code now