llvm-project/mlir
Groverkss eff51cf9f3 [MLIR][Presburger] Use Matrix utilities for IntegerPolyhedron
This patch replaces various functions over inequalities/equalities in
IntegerPolyhedron with Matrix functions already implementing them or refactors
them to a Matrix function.

Reviewed By: arjunp

Differential Revision: https://reviews.llvm.org/D120482
2022-02-25 17:35:13 +05:30
..
benchmark/python [mlir] Use sparse-compiler pass in sparse benchmark 2022-02-09 20:16:47 +00:00
cmake/modules [mlir] Do not use an empty source file when building aggregate libraries. 2022-02-05 23:06:28 -08:00
docs [mlir] Document creation of Python bindings for a dialect 2022-02-24 14:18:56 +01:00
examples [mlir][NFC] Use options struct in ExecutionEngine::create 2022-02-23 10:21:46 -05:00
include [MLIR][Presburger] Use Matrix utilities for IntegerPolyhedron 2022-02-25 17:35:13 +05:30
lib [MLIR][Presburger] Use Matrix utilities for IntegerPolyhedron 2022-02-25 17:35:13 +05:30
python [mlir][OpDSL] Add type function attributes. 2022-02-25 08:25:23 +00:00
test [mlir][OpDSL] Add type function attributes. 2022-02-25 08:25:23 +00:00
tools [mlir][OpDSL] Add type function attributes. 2022-02-25 08:25:23 +00:00
unittests [MLIR][Presburger] Move Presburger/ files to presburger namespace 2022-02-25 16:01:29 +05:30
utils [mlir][spirv] Fix SPIR-V spec parser 2022-02-22 14:07:46 +03:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.