llvm-project/mlir/unittests/IR
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
..
CMakeLists.txt Start building SDBM infrastructure 2019-05-06 08:17:42 -07:00
DialectTest.cpp Rename the 'namePrefix' field in the Dialect class to 'name' and tidy some comments to make it clear that 'name' refers to the dialect namespace. 2019-03-30 11:23:55 -07:00
OperationSupportTest.cpp Replace remaining usages of the Instruction class with Operation. 2019-03-29 17:50:04 -07:00
SDBMTest.cpp Implement the conversion between SDBMExpr and AffineExpr 2019-05-06 08:18:31 -07:00