llvm-project/mlir/test
River Riddle 71c7962201 Add support for parsing/printing non bare-identifier SymbolRefs.
The restriction that symbols can only have identifier names is arbitrary, and artificially limits the names that a symbol may have. This change adds support for parsing and printing symbols that don't fit in the 'bare-identifier' grammar by printing the reference in quotes, e.g. @"0_my_reference" can now be used as a symbol name.

PiperOrigin-RevId: 273644768
2019-10-08 17:45:07 -07:00
..
AffineOps Add syntactic sugar for strided memref parsing. 2019-10-03 12:34:36 -07:00
Analysis Add initial callgraph support. 2019-09-23 11:44:13 -07:00
Conversion GPUToCUDA: attach CUBIN to the nested module rather than to the function 2019-10-08 05:11:26 -07:00
Dialect [spirv] Add a pass to decorate the composite types with layout info. 2019-10-08 16:54:11 -07:00
EDSC Add custom builder for AffineIfOp 2019-09-06 11:03:03 -07:00
Examples Normalize MemRefType lowering to LLVM as strided MemRef descriptor 2019-09-30 11:58:54 -07:00
IR Add support for parsing/printing non bare-identifier SymbolRefs. 2019-10-08 17:45:07 -07:00
Pass Update the IRPrinter instrumentation to work on non function/module operations. 2019-09-14 21:56:38 -07:00
Quantizer Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00
SDBM Overhaul the SDBM expression kind hierarchy 2019-09-16 08:16:06 -07:00
Target [ROCm] Fix the return type for the device function calls from i32 to i64. 2019-10-08 17:41:42 -07:00
Transforms Add a PatternRewriter hook for cloning a region into another. 2019-10-08 15:45:08 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib Add a PatternRewriter hook for cloning a region into another. 2019-10-08 15:45:08 -07:00
mlir-cpu-runner Start a minimal mlir_utils runtime library for testing debugging purposes 2019-10-07 09:06:55 -07:00
mlir-cuda-runner Support reduction of partial warps. 2019-10-07 03:31:00 -07:00
mlir-tblgen Add InferTypeOpTrait & enable generating its member function definition 2019-09-29 17:29:00 -07:00
APITest.h Use FileCheck to test SDBM 2019-05-20 13:48:53 -07:00
CMakeLists.txt Start a minimal mlir_utils runtime library for testing debugging purposes 2019-10-07 09:06:55 -07:00
lit.cfg.py Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00
lit.site.cfg.py.in Move Linalg and VectorOps dialects to the Dialect subdir - NFC 2019-08-19 17:11:38 -07:00