llvm-project/mlir/unittests
Alex Zinenko e15356f8ed Rename SDBMPositiveExpr to SDBMTermExpr
This better reflects how this kind of expressions is used and avoids the
potential confusion since the expression can take negative values.  Term
expressions comprise dimensions, symbols and stripe expressions.  In an SDBM
domain, a stripe expression always corresponds to a variable, input or
temporary.  This expression can appear anywhere an input variable can,
including on the LHS of other stripe expressions.

PiperOrigin-RevId: 268486066
2019-09-11 10:18:29 -07:00
..
Dialect [spirv] Fix the entry block to start with OpLabel 2019-08-27 10:51:26 -07:00
IR NFC: Remove the explicit context from Operation::create and OperationState. 2019-08-26 17:34:48 -07:00
Pass Generalize the analysis manager framework to work on any operation at any nesting. 2019-08-28 15:11:17 -07:00
Quantizer/Support Start to introduce the "Quantizer" tool, which is responsible for transforming a computation expressed in floating point to one operating in terms of quantized types (where possible), either using quant-aware-training hints where available or post-training statistics. 2019-05-20 13:42:30 -07:00
SDBM Rename SDBMPositiveExpr to SDBMTermExpr 2019-09-11 10:18:29 -07:00
TableGen Avoid sign-compare warning 2019-09-09 19:36:31 -07:00
CMakeLists.txt Move SDBM infrastructure into a new SDBM dialect 2019-06-01 19:54:33 -07:00