llvm-capstone/mlir
Ingo Müller 360c629024
[mlir][linalg][transform][python] Drop _get_op_result... from mix-ins. (#65726)
`_get_op_result_or_value` was used in mix-ins to unify the handling of
op results and values. However, that function is now called in the
generated constructors, such that doing so in the mix-ins is not
necessary anymore.
2023-09-14 17:24:16 +02:00
..
benchmark/python
cmake/modules [mlir][python bindings] generate all the enums 2023-08-23 15:03:55 -05:00
docs [mlir][bufferization] Add an ownership based buffer deallocation pass (#66337) 2023-09-14 12:13:37 +02:00
examples [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
include [mlir][transform] Check for invalidated iterators on payload IR mappings (#66369) 2023-09-14 16:34:32 +02:00
lib [mlir][transform] Check for invalidated iterators on payload IR mappings (#66369) 2023-09-14 16:34:32 +02:00
python [mlir][linalg][transform][python] Drop _get_op_result... from mix-ins. (#65726) 2023-09-14 17:24:16 +02:00
test [mlir][bufferization] Implement BufferDeallocationopInterface for scf.forall.in_parallel (#66351) 2023-09-14 16:20:24 +02:00
tools [mlir] Split up VectorToLLVM pass 2023-09-13 16:09:56 +00:00
unittests [mlir][CRunnerUtils] Fix iterators accessing MemRefs with non-zero offset 2023-09-14 13:14:13 +02: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.