llvm-capstone/mlir
long.chen 5979e1dfb1
[mlir] Fix empty-tensor-elimination around self-copies (#68129)
* Fixes #67977, a crash in `empty-tensor-elimination`.
* Also improves `linalg.copy` canonicalization.
* Also improves indentation indentation in `mlir-linalg-ods-yaml-gen.cpp`.
2023-10-05 12:04:20 +02:00
..
benchmark/python
cmake/modules Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's not a TableGen tool (#67486) 2023-09-26 14:38:44 -07:00
docs [mlir] run buffer deallocation in transform tutorial (#67978) 2023-10-02 16:08:11 +02:00
examples [MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274) 2023-09-28 08:26:45 +02:00
include [mlir] Speed up FuncToLLVM using a SymbolTable (#68082) 2023-10-05 11:24:52 +02:00
lib [mlir] Fix empty-tensor-elimination around self-copies (#68129) 2023-10-05 12:04:20 +02:00
python [mlir][python] Enable py312. (#68009) 2023-10-04 20:35:24 -05:00
test [mlir] Fix empty-tensor-elimination around self-copies (#68129) 2023-10-05 12:04:20 +02:00
tools [mlir] Fix empty-tensor-elimination around self-copies (#68129) 2023-10-05 12:04:20 +02:00
unittests [llvm] Remove unused using decls (NFC) 2023-10-03 23:21:50 -07: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.