llvm-project/mlir/unittests/Analysis
Arjun P 63dead2096 Introduce subtraction for FlatAffineConstraints
Subtraction is a foundational arithmetic operation that is often used when computing, for example, data transfer sets or cache hits. Since the result of subtraction need not be a convex polytope, a new class `PresburgerSet` is introduced to represent unions of convex polytopes.

Reviewed By: ftynse, bondhugula

Differential Revision: https://reviews.llvm.org/D87068
2020-10-07 17:31:06 +02:00
..
Presburger Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
AffineStructuresTest.cpp Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
CMakeLists.txt Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
PresburgerSetTest.cpp Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00