llvm-project/mlir/unittests
Groverkss 5f22f248d8 [MLIR] Use IntegerPolyhedron in Simplex instead of FlatAffineConstraints
This patch replaces usage of FlatAffineConstraints in Simplex with
IntegerPolyhedron. This removes dependency of Simplex on FlatAffineConstraints
and puts it on IntegerPolyhedron, which is part of Presburger library.

Reviewed By: arjunp

Differential Revision: https://reviews.llvm.org/D116287
2021-12-27 19:06:35 +05:30
..
Analysis [MLIR] Use IntegerPolyhedron in Simplex instead of FlatAffineConstraints 2021-12-27 19:06:35 +05:30
Conversion Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
Dialect [mlir][scf] Add getNumRegionInvocations to IfOp 2021-12-15 14:56:20 +00:00
ExecutionEngine Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
IR Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
Interfaces Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
Pass Fix more clang-tidy cleanups in mlir/ (NFC) 2021-12-22 20:53:11 +00:00
Rewrite Fix memory leaks in MLIR unit-tests (NFC) 2021-10-02 21:31:46 +00:00
Support [MLIR] Add forgotten directory Support to unittests cmake 2021-12-27 14:42:48 +05:30
TableGen Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
Transforms [mlir] Add unit test for disabling canonicalizer patterns (NFC) 2021-12-22 21:07:06 +00:00
CMakeLists.txt [MLIR] Add forgotten directory Support to unittests cmake 2021-12-27 14:42:48 +05:30