This reduces the dependencies of the MLIRVector target and makes the dialect consistent with other dialects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Vector/IR/CMakeLists.txt | ||
---|---|---|
4 | Done. I moved some functions VectorOps.cpp or to a new build target IndexUtils.cpp due to circular dependencies. |
Comment Actions
Thanks!
mlir/include/mlir/Dialect/Utils/IndexUtils.h | ||
---|---|---|
1 | Can you please rename to IndexingUtils before landing? |
Can you please rename to IndexingUtils before landing?
IndexUtils seems like they would be related to the index type, this is not the case here.