llvm-capstone/mlir
Matthias Springer 315ddc5120
[mlir][linalg][NFC] Make LinalgOp inherit from DestinationStyleOpInterface (#66995)
Dependent interfaces have been added a while ago and these TODOs can be
addressed now.
2023-09-21 11:59:25 +02:00
..
benchmark/python
cmake/modules
docs [mlir][bufferization] Remove allow-return-allocs and create-deallocs pass options, remove bufferization.escape attribute (#66619) 2023-09-18 16:44:48 +02:00
examples
include [mlir][linalg][NFC] Make LinalgOp inherit from DestinationStyleOpInterface (#66995) 2023-09-21 11:59:25 +02:00
lib [mlir][Interfaces] LoopLikeOpInterface: Add helpers to get region iter_args and inits (#66925) 2023-09-21 11:04:35 +02:00
python Fix induction variable type in scf.for py binding. 2023-09-21 08:07:26 +00:00
test [mlir][sparse] Generates python bindings for SparseTensorTransformOps. (#66937) 2023-09-20 15:35:50 -07:00
tools [mlir] Split up VectorToLLVM pass 2023-09-13 16:09:56 +00:00
unittests [MLIR][Presburger] Template Matrix to allow MPInt and Fraction; use IntMatrix for integer matrices (#66897) 2023-09-20 14:29:33 +01:00
utils [mlir][arith] Rename operations: maxfmaximumf, minfminimumf (#65800) 2023-09-11 22:02:19 -07:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][gpu] Deprecate gpu::Serialization* passes. (#65857) 2023-09-11 16:32:15 -04:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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