llvm-project/mlir/test
Nicolas Vasilache e78ea03b24 Replace linalg.for by loop.for
With the introduction of the Loop dialect, uses of the `linalg.for` operation can now be subsumed 1-to-1 by `loop.for`.
This CL performs the replacement and tests are updated accordingly.

PiperOrigin-RevId: 258322565
2019-07-16 13:44:57 -07:00
..
AffineOps affine.load/store: check for the right number of operands 2019-07-12 08:43:29 -07:00
Conversion Replace linalg.for by loop.for 2019-07-16 13:44:57 -07:00
Dialect Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00
EDSC EDSC: use affine.load/store instead of std.load/store 2019-07-12 08:42:28 -07:00
Examples Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00
GPU Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00
IR Extract std.for std.if and std.terminator in their own dialect 2019-07-16 13:43:18 -07:00
LLVMIR Standardize and refactor Attribute type printing. 2019-06-26 18:29:54 -07:00
Linalg Replace linalg.for by loop.for 2019-07-16 13:44:57 -07:00
Pass Enable multi-threading in the pass manager by default. 2019-05-06 08:17:58 -07:00
Quantizer Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00
SDBM SDBM: fix the order of variables in the stripe-induced inequalities 2019-06-03 19:26:29 -07:00
SPIRV Add serialization and deserialization of FuncOps. To support this the 2019-07-12 17:43:03 -07:00
Target Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00
Transforms Introduce loop coalescing utility and a simple pass 2019-07-16 13:43:44 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib Fix a bug in DialectConversion when using RewritePattern. 2019-07-16 13:43:12 -07:00
mlir-cpu-runner Replace linalg.for by loop.for 2019-07-16 13:44:57 -07:00
mlir-cuda-runner Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00
mlir-tblgen Rename FunctionAttr to SymbolRefAttr. 2019-07-12 08:43:42 -07:00
APITest.h Use FileCheck to test SDBM 2019-05-20 13:48:53 -07:00
CMakeLists.txt Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00
lit.cfg.py Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00
lit.site.cfg.py.in Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00