llvm-project/mlir/tools/mlir-opt
Nicolas Vasilache 5c0c51a997 Refactor dependencies to expose Vector transformations as patterns - NFC
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
2019-12-03 17:52:10 -08:00
..
CMakeLists.txt Refactor dependencies to expose Vector transformations as patterns - NFC 2019-12-03 17:52:10 -08:00
mlir-opt.cpp Refactor pass pipeline command line parsing to support explicit pipeline strings. 2019-09-13 12:10:31 -07:00