llvm-project/mlir
Matthias Springer 1defec8730 [mlir][tensor][bufferize][NFC] Remove duplicate code
InsertSliceOp and ParallelInsertSliceOp are very similar and can share some of the bufferization analysis code.

Differential Revision: https://reviews.llvm.org/D130465
2022-07-25 12:34:16 +02:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules [CMake] Copy folder without permissions 2022-07-25 10:47:04 +02:00
docs [mlir][spirv] Rename spv.GLSL ops to spv.GL. NFC. 2022-07-21 13:03:30 -04:00
examples Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions" 2022-07-18 18:07:36 +00:00
include [mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOp 2022-07-25 12:25:06 +02:00
lib [mlir][tensor][bufferize][NFC] Remove duplicate code 2022-07-25 12:34:16 +02:00
python Adding a new variant of DepthwiseConv2D 2022-07-21 14:36:57 -04:00
test [mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOp 2022-07-25 12:25:06 +02:00
tools Convert for_each to range-based for loops (NFC) 2022-07-23 12:17:27 -07:00
unittests [mlir] Transform dialect: separate dependent and generated dialects 2022-07-25 09:59:53 +00:00
utils [mlir][spirv] Rename spv.ocl to spv.cl. NFC. 2022-07-20 17:46:45 -04:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore 2022-07-21 19:04:00 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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