llvm/mlir/lib/Dialect/SDBM
Alex Zinenko 5709aeb993 SDBM: support sum expressions on the LHS of stripe expressions
Introduce support for applying the stripe operator to sum expressions, as in
  (x + A) # B = x + A - (x + A) mod B.
This is required to represent a combination of tiling and padding in the SDBM
framework, and is a valid SDBM construct that was not originally supported.

PiperOrigin-RevId: 269758807
2019-09-18 02:17:34 -07:00
..
CMakeLists.txt
SDBM.cpp SDBM: support sum expressions on the LHS of stripe expressions 2019-09-18 02:17:34 -07:00
SDBMDialect.cpp
SDBMExpr.cpp SDBM: support sum expressions on the LHS of stripe expressions 2019-09-18 02:17:34 -07:00
SDBMExprDetail.h