llvm-project/mlir/lib
Uday Bondhugula 6136f33d59 unroll and jam: fix order of jammed bodies
- bodies would earlier appear in the order (i, i+3, i+2, i+1) instead of
  (i, i+1, i+2, i+3) for example for factor 4.

- clean up hardcoded test cases

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Closes tensorflow/mlir#170

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/170 from bondhugula:ujam b66b405b2b1894a03b376952e32a9d0292042665
PiperOrigin-RevId: 273613131
2019-10-08 15:13:11 -07:00
..
Analysis Fix typos, NFC. 2019-10-04 04:37:53 -07:00
Conversion GPUToCUDA: attach CUBIN to the nested module rather than to the function 2019-10-08 05:11:26 -07:00
Dialect Linalg to LLVM lowering: decrease the reliance on symbol lookup in a module 2019-10-08 06:55:25 -07:00
EDSC Move Linalg and VectorOps dialects to the Dialect subdir - NFC 2019-08-19 17:11:38 -07:00
ExecutionEngine Don't leak TargetMachine in ExecutionEngine::setupTargetTriple 2019-09-10 19:03:21 -07:00
IR Add support for walking the uses of a symbol. 2019-10-08 10:21:59 -07:00
Parser Replace constexpr MemRefType::kDynamicStrideOrOffset by a MemRefType:;getDynamicStrideOrOffset() method - NFC 2019-10-04 08:58:09 -07:00
Pass Pass the pointer of the parent pipeline collection pass to PassInstrumentation::run*Pipeline. 2019-09-30 17:44:55 -07:00
Quantizer Fix typos, NFC. 2019-10-04 04:37:53 -07:00
Support Fix JitRunner.cpp Error creation pattern and reactivate tests. 2019-09-27 09:56:40 -07:00
TableGen Add DialectType and generate docs for dialect types 2019-10-07 08:41:13 -07:00
Target Fix typos, NFC. 2019-10-04 04:37:53 -07:00
Transforms unroll and jam: fix order of jammed bodies 2019-10-08 15:13:11 -07:00
Translation Support file-to-file translation in mlir-translate 2019-09-17 13:04:34 -07:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00