forked from OSchip/llvm-project
5c0c51a997
This CL refactors some of the MLIR vector dependencies to allow decoupling VectorOps, vector analysis, vector transformations and vector conversions from each other. This makes the system more modular and allows extracting VectorToVector into VectorTransforms that do not depend on vector conversions. This refactoring exhibited a bunch of cyclic library dependencies that have been cleaned up. PiperOrigin-RevId: 283660308 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
mlir-opt.cpp |