llvm-project/mlir/lib/Support
Alex Zinenko 6b436eacbc Merge TypeUtilities library into the IR library
The TypeUtilities.{cpp,h}, currently living in {lib,include/mlir}/Support, do
not belong to the Support library.  Instead, they form a separate utility
library that depends on the IR library.  The operations it provides relate to
standard types (tensors, memrefs) as well as to operation manipulation, making
them a better fit for the main IR library.

PiperOrigin-RevId: 259108314
2019-07-20 03:04:22 -07:00
..
CMakeLists.txt Merge TypeUtilities library into the IR library 2019-07-20 03:04:22 -07:00
FileUtilities.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
JitRunner.cpp Move shared cpu runner library to Support/JitRunner. 2019-07-16 13:45:16 -07:00
MlirOptMain.cpp NFC: Rename Function to FuncOp. 2019-07-10 10:10:53 -07:00
StorageUniquer.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
TranslateClParser.cpp NFC: Rename Module to ModuleOp. 2019-07-10 10:11:21 -07:00