llvm-project/mlir/unittests
Alex Zinenko 9de199676f Implement the conversion between SDBMExpr and AffineExpr
Since SDBM expressions are a subset of affine expressions, they can be
    converted to affine expressions in a straightforward way.  The inverse
    conversion may fail when the affine expression is not an SDBM.  Implement the
    inverse convresion assuming affine expressions are simplified and
    canonicalizied, detect subtractive and multiplicative forms of the stripe
    operation.

--

PiperOrigin-RevId: 245494735
2019-05-06 08:18:31 -07:00
..
Dialect Add build files and update README. 2019-03-30 11:23:22 -07:00
IR Implement the conversion between SDBMExpr and AffineExpr 2019-05-06 08:18:31 -07:00
Pass Add build files and update README. 2019-03-30 11:23:22 -07:00
Quantization Initial release of the Quantization dialect 2019-04-03 19:20:12 -07:00
TableGen Fix MLIRTableGenTests target_link_libraries typo 2019-04-18 11:50:19 -07:00
CMakeLists.txt [TableGen] Better support for predicate and rewrite rule specification 2019-04-18 11:47:27 -07:00