llvm-project/mlir/lib/EDSC
Geoffrey Martin-Noble 8eca4cc30d Don't use ShapedType to indicate vector or tensor type
MemRefType may soon subclass ShapedType. ShapedType only guarantees that something has a shape (possibly dynamic), rank (or explicitly unranked), and fixed element type.

--

PiperOrigin-RevId: 250940537
2019-06-01 20:12:31 -07:00
..
Builders.cpp Don't use ShapedType to indicate vector or tensor type 2019-06-01 20:12:31 -07:00
CMakeLists.txt Add missing dependencies for EDSC and linalg libraries 2019-04-11 12:35:29 -07:00
CoreAPIs.cpp Drop MLIREmitter-based version of the EDSC 2019-04-03 08:30:38 -07:00
Helpers.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
Intrinsics.cpp Use lambdas for nesting edsc constructs. 2019-05-20 13:50:28 -07:00